Package com.soffid.iam.bpm.exception
Class BPMException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.soffid.iam.bpm.exception.BPMException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidConfigurationException,InvalidParameterException
Representa una excepcion del motor de workflow.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBPMException(int errorCode) BPMException(String message, int errorCode) BPMException(String message, Throwable cause, int errorCode) BPMException(Throwable cause, int errorCode) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BPMException
public BPMException(int errorCode) -
BPMException
-
BPMException
-
BPMException
-
-
Method Details
-
getErrorCode
public int getErrorCode() -
setErrorCode
public void setErrorCode(int errorCode)
-