Class BPMException

    • Constructor Detail

      • 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 Detail

      • getErrorCode

        public int getErrorCode()
      • setErrorCode

        public void setErrorCode​(int errorCode)