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