Package org.jbpm.casemgmt.api
Class StageNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jbpm.casemgmt.api.StageNotFoundException
-
- All Implemented Interfaces:
Serializable
public class StageNotFoundException extends RuntimeException
Thrown when accessing stage that does not exist- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StageNotFoundException(String message)
StageNotFoundException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-