Class UserNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.iam.platform.utils.SuperRuntimeException
oracle.iam.passwordmgmt.exception.UserNotFoundException
- All Implemented Interfaces:
Serializable
,oracle.iam.platform.utils.io.XmlPrintable
Thrown if the user cannot be found while performing a user password management operation
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aUserNotFoundException
with null as its detail message.UserNotFoundException
(String message) Constructs aUserNotFoundException
with the specified detail message.UserNotFoundException
(String message, Throwable cause) Constructs aUserNotFoundException
with the specified detail message and cause.UserNotFoundException
(Throwable cause) Constructs aUserNotFoundException
with the specified cause. -
Method Summary
Methods inherited from class oracle.iam.platform.utils.SuperRuntimeException
addError, convertErrorData, copyErrorInfo, getErrorCode, getErrorData, getErrors, getLocalizedMessage, getLocalizedMessages, getMessages, hasMultipleErrors, setErrorCode, setErrorData, setErrors, toString, xprint, xprint
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
UserNotFoundException
public UserNotFoundException()Constructs aUserNotFoundException
with null as its detail message. -
UserNotFoundException
Constructs aUserNotFoundException
with the specified detail message.- Parameters:
message
- the detail message
-
UserNotFoundException
Constructs aUserNotFoundException
with the specified detail message and cause.- Parameters:
message
- the detail messagecause
- the cause
-
UserNotFoundException
Constructs aUserNotFoundException
with the specified cause.- Parameters:
cause
- the cause
-