org.zeroexchange.exception
Class BusinessLogicException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BusinessLogicException
public BusinessLogicException(String message,
Throwable cause)
BusinessLogicException
public BusinessLogicException(String message)
BusinessLogicException
public BusinessLogicException(Throwable cause)
Copyright © 2013. All Rights Reserved.