|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.figure8.join.services.workflow.OperationNotAllowedException
public class OperationNotAllowedException
This is a workflow exception that may be thrown by process orchestration managers when a requested operation is not allowed under context conditions.
Constructor Summary | |
---|---|
OperationNotAllowedException(java.lang.String msg)
Creates a new instance of OperationNotAllowedException. |
|
OperationNotAllowedException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new instance of OperationNotAllowedException. |
|
OperationNotAllowedException(java.lang.Throwable cause)
Creates a new instance of OperationNotAllowedException. |
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 |
---|
public OperationNotAllowedException(java.lang.String msg)
msg
- Message for this exceptionpublic OperationNotAllowedException(java.lang.Throwable cause)
cause
- Root throwable for this exceptionpublic OperationNotAllowedException(java.lang.String msg, java.lang.Throwable cause)
msg
- Message for this exceptioncause
- Root throwable for this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |