Class UserNotFoundException

All Implemented Interfaces:
Serializable, oracle.iam.platform.utils.io.XmlPrintable

public class UserNotFoundException extends SuperRuntimeException
Thrown if the user cannot be found while performing a user password management operation
See Also:
  • Constructor Details

    • UserNotFoundException

      public UserNotFoundException()
      Constructs a UserNotFoundException with null as its detail message.
    • UserNotFoundException

      public UserNotFoundException(String message)
      Constructs a UserNotFoundException with the specified detail message.
      Parameters:
      message - the detail message
    • UserNotFoundException

      public UserNotFoundException(String message, Throwable cause)
      Constructs a UserNotFoundException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • UserNotFoundException

      public UserNotFoundException(Throwable cause)
      Constructs a UserNotFoundException with the specified cause.
      Parameters:
      cause - the cause