Package oracle.iam.selfservice.exception
Class UnauthenticatedSelfServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.exception.OIMServiceException
oracle.iam.platform.utils.SuperException
oracle.iam.selfservice.exception.SelfServiceException
oracle.iam.selfservice.exception.UnauthenticatedSelfServiceException
- All Implemented Interfaces:
Serializable
,oracle.iam.platform.utils.io.XmlPrintable
,OIMGenericExceptionIntf
Thrown if there is any error while submitting a request for an
unauthenticated user operation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aUnauthenticatedSelfServiceException
with null as its detail message.Constructs aUnauthenticatedSelfServiceException
with the specified detail message.UnauthenticatedSelfServiceException
(String message, String errorCode) Constructs aUnauthenticatedSelfServiceException
with the specified detail message and errorCode.UnauthenticatedSelfServiceException
(String message, String errorCode, Throwable cause) Constructs aUnauthenticatedSelfServiceException
with the specified detail message, errorCode and cause.UnauthenticatedSelfServiceException
(String message, Throwable cause) Constructs aUnauthenticatedSelfServiceException
with the specified detail message and cause.Constructs aUnauthenticatedSelfServiceException
with the specified cause. -
Method Summary
Methods inherited from class oracle.iam.selfservice.exception.SelfServiceException
getErrorCode, getParameterMap, getParameters, setErrorCode, setParameterMap, setParameters
Methods inherited from class oracle.iam.platform.utils.SuperException
getLocalizedMessages, getMessages, xprint, xprint
Methods inherited from class oracle.iam.exception.OIMServiceException
addError, copyErrorInfo, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorData, setErrorMessage, setErrors, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
UnauthenticatedSelfServiceException
public UnauthenticatedSelfServiceException()Constructs aUnauthenticatedSelfServiceException
with null as its detail message. -
UnauthenticatedSelfServiceException
Constructs aUnauthenticatedSelfServiceException
with the specified detail message.- Parameters:
message
- the detail message
-
UnauthenticatedSelfServiceException
Constructs aUnauthenticatedSelfServiceException
with the specified detail message and cause.- Parameters:
message
- the detail messagecause
- the cause
-
UnauthenticatedSelfServiceException
Constructs aUnauthenticatedSelfServiceException
with the specified cause.- Parameters:
cause
- the cause
-
UnauthenticatedSelfServiceException
Constructs aUnauthenticatedSelfServiceException
with the specified detail message, errorCode and cause.- Parameters:
message
- the detail messageerrorCode
- the error codecause
- the cause
-
UnauthenticatedSelfServiceException
Constructs aUnauthenticatedSelfServiceException
with the specified detail message and errorCode.- Parameters:
message
- the detail messageerrorCode
- the error code
-