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

public class BPMException extends Exception
Representa una excepcion del motor de workflow.
See Also:
  • Constructor Details

    • BPMException

      public BPMException(int errorCode)
    • BPMException

      public BPMException(String message, Throwable cause, int errorCode)
    • BPMException

      public BPMException(String message, int errorCode)
    • BPMException

      public BPMException(Throwable cause, int errorCode)
  • Method Details

    • getErrorCode

      public int getErrorCode()
    • setErrorCode

      public void setErrorCode(int errorCode)