org.zeroexchange.exception
Class BusinessLogicException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.zeroexchange.exception.BusinessLogicException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DAOOperationException, FeatureAccessException, OperationNotAllowedException, ProcessorNotFoundException

public class BusinessLogicException
extends RuntimeException

Base exception for business logic exceptions.

Author:
black
See Also:
Serialized Form

Constructor Summary
BusinessLogicException(String message)
           
BusinessLogicException(String message, Throwable cause)
           
BusinessLogicException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BusinessLogicException

public BusinessLogicException(String message,
                              Throwable cause)

BusinessLogicException

public BusinessLogicException(String message)

BusinessLogicException

public BusinessLogicException(Throwable cause)


Copyright © 2013. All Rights Reserved.