Class OperationException

    • Field Detail

      • code

        protected final String code
    • Constructor Detail

      • OperationException

        public OperationException​(String code,
                                  String message)
    • Method Detail

      • getCode

        public String getCode()
        A code characterizing the type of error encountered.
        Returns:
      • getMessage

        public String getMessage()
        A human-readable message describing the error.
        Overrides:
        getMessage in class Throwable