public class SSOAgentClientException extends SSOAgentException
SSOAgentException.| Constructor and Description |
|---|
SSOAgentClientException(String message)
Constructs a SSOAgentClientException with the specified detail
message.
|
SSOAgentClientException(String message,
String errorCode)
Creates a
SSOAgentClientException with the specified
detail message and cause. |
SSOAgentClientException(String message,
String errorCode,
Throwable cause)
Creates a
SSOAgentClientException with the specified
detail message and cause. |
SSOAgentClientException(String message,
Throwable cause)
Creates a
SSOAgentClientException with the specified
detail message and cause. |
getErrorCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SSOAgentClientException(String message)
message - The detail message.public SSOAgentClientException(String message, String errorCode, Throwable cause)
SSOAgentClientException with the specified
detail message and cause.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).public SSOAgentClientException(String message, Throwable cause)
SSOAgentClientException with the specified
detail message and cause.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).public SSOAgentClientException(String message, String errorCode)
SSOAgentClientException with the specified
detail message and cause.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).Copyright © 2024 WSO2. All rights reserved.