public class SSOAccountNotFoundException extends OIMServiceException
| Constructor and Description |
|---|
SSOAccountNotFoundException() |
SSOAccountNotFoundException(java.lang.String message) |
SSOAccountNotFoundException(java.lang.String message,
java.lang.String errorCode) |
SSOAccountNotFoundException(java.lang.String errorCode,
java.lang.String errorMessage,
java.io.Serializable[] errorData,
java.lang.Throwable e)
Constructs a new SSOAccountNotFoundException with the errorCode, errorMessage,
errorData and Throwable.
|
SSOAccountNotFoundException(java.lang.String message,
java.lang.Throwable cause) |
SSOAccountNotFoundException(java.lang.Throwable cause) |
addError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toStringpublic SSOAccountNotFoundException()
public SSOAccountNotFoundException(java.lang.String message,
java.lang.Throwable cause)
public SSOAccountNotFoundException(java.lang.String message)
public SSOAccountNotFoundException(java.lang.Throwable cause)
public SSOAccountNotFoundException(java.lang.String message,
java.lang.String errorCode)
public SSOAccountNotFoundException(java.lang.String errorCode,
java.lang.String errorMessage,
java.io.Serializable[] errorData,
java.lang.Throwable e)
errorCode - - Code for the errorerrorMessage - - Message for the errorerrorData - - A Serializable array with data for the errore - - Exception