org.zeroexchange.exception
Class OperationNotAllowedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.zeroexchange.exception.BusinessLogicException
org.zeroexchange.exception.OperationNotAllowedException
- All Implemented Interfaces:
- Serializable
public class OperationNotAllowedException
- extends BusinessLogicException
Is thrown when some business operation is not allowed.
- Author:
- black
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OperationNotAllowedException
public OperationNotAllowedException(String message)
OperationNotAllowedException
public OperationNotAllowedException(String message,
Throwable cause)
Copyright © 2013. All Rights Reserved.