Class ServiceException

    • Constructor Detail

      • ServiceException

        public ServiceException​(String errorCode,
                                String errorMessage)
        Constructor the initialize Handler exception
        Parameters:
        errorCode - The error code for this exception
        errorMessage - The error message for this exception
      • ServiceException

        public ServiceException​(String errorCode,
                                String errorMessage,
                                Throwable cause)