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 aUserNotFoundExceptionwith null as its detail message.UserNotFoundException(String message) Constructs aUserNotFoundExceptionwith the specified detail message.UserNotFoundException(String message, Throwable cause) Constructs aUserNotFoundExceptionwith the specified detail message and cause.UserNotFoundException(Throwable cause) Constructs aUserNotFoundExceptionwith 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, xprintMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
UserNotFoundException
public UserNotFoundException()Constructs aUserNotFoundExceptionwith null as its detail message. -
UserNotFoundException
Constructs aUserNotFoundExceptionwith the specified detail message.- Parameters:
message- the detail message
-
UserNotFoundException
Constructs aUserNotFoundExceptionwith the specified detail message and cause.- Parameters:
message- the detail messagecause- the cause
-
UserNotFoundException
Constructs aUserNotFoundExceptionwith the specified cause.- Parameters:
cause- the cause
-