Class UserPortalApiException

    • Constructor Detail

      • UserPortalApiException

        public UserPortalApiException​(String message)
        Parameters:
        message - Message with details about the error.
      • UserPortalApiException

        public UserPortalApiException​(String message,
                                      Throwable cause)
        Parameters:
        message - Message with details about the error.
        cause - Underlying cause of the exception.
      • UserPortalApiException

        public UserPortalApiException​(Throwable cause)
        Parameters:
        cause - Underlying cause of the exception.