Package oracle.iam.ssointg.exception
Class SSOAccountNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.exception.OIMServiceException
oracle.iam.ssointg.exception.SSOAccountNotFoundException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSSOAccountNotFoundException
(String message) SSOAccountNotFoundException
(String message, String errorCode) SSOAccountNotFoundException
(String errorCode, String errorMessage, Serializable[] errorData, Throwable e) Constructs a new SSOAccountNotFoundException with the errorCode, errorMessage, errorData and Throwable.SSOAccountNotFoundException
(String message, Throwable cause) -
Method Summary
Methods inherited from class oracle.iam.exception.OIMServiceException
addError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SSOAccountNotFoundException
public SSOAccountNotFoundException() -
SSOAccountNotFoundException
-
SSOAccountNotFoundException
-
SSOAccountNotFoundException
-
SSOAccountNotFoundException
-
SSOAccountNotFoundException
public SSOAccountNotFoundException(String errorCode, String errorMessage, Serializable[] errorData, Throwable e) Constructs a new SSOAccountNotFoundException with the errorCode, errorMessage, errorData and Throwable.- Parameters:
errorCode
- - Code for the errorerrorMessage
- - Message for the errorerrorData
- - A Serializable array with data for the errore
- - Exception
-