Class OperationException

    • Constructor Detail

      • OperationException

        public OperationException​(ErrorCode errorCode)
      • OperationException

        public OperationException​(ErrorCode errorCode,
                                  String errorMessage)
      • OperationException

        public OperationException​(ErrorCode errorCode,
                                  Throwable throwable)
    • Method Detail

      • getErrorCode

        public ErrorCode getErrorCode()
      • getErrorMessage

        public String getErrorMessage()