Class SSOAgentClientException

    • Constructor Detail

      • SSOAgentClientException

        public SSOAgentClientException​(String message)
        Constructs a SSOAgentClientException with the specified detail message. A detail message is a String that describes this particular exception.
        Parameters:
        message - The detail message.
      • SSOAgentClientException

        public SSOAgentClientException​(String message,
                                       String errorCode,
                                       Throwable cause)
        Creates a SSOAgentClientException with the specified detail message and cause.
        Parameters:
        message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
        errorCode - The error code (which is saved for later retrieval by the SSOAgentException.getErrorCode() method).
        cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).
      • SSOAgentClientException

        public SSOAgentClientException​(String message,
                                       Throwable cause)
        Creates a SSOAgentClientException with the specified detail message and cause.
        Parameters:
        message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method).
        cause - The cause (which is saved for later retrieval by the Throwable.getCause() method).
      • SSOAgentClientException

        public SSOAgentClientException​(String message,
                                       String errorCode)
        Creates a SSOAgentClientException with the specified detail message and cause.
        Parameters:
        message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method).
        errorCode - The error code (which is saved for later retrieval by the SSOAgentException.getErrorCode() method).