Package es.caib.bpm.exception
Class BPMException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- es.caib.bpm.exception.BPMException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidConfigurationException
,InvalidParameterException
public class BPMException extends Exception
Representa una excepcion del motor de workflow.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BPMException(int errorCode)
BPMException(String message, int errorCode)
BPMException(String message, Throwable cause, int errorCode)
BPMException(Throwable cause, int errorCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getErrorCode()
void
setErrorCode(int errorCode)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-