Class ServiceException

    • Field Detail

      • errorType

        private final String errorType
    • Constructor Detail

      • ServiceException

        public ServiceException​(String errorType)
      • ServiceException

        public ServiceException​(String errorType,
                                String message)
      • ServiceException

        public ServiceException​(String errorType,
                                Throwable cause)
    • Method Detail

      • getErrorType

        public String getErrorType()