Class NoSuchUserException

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

public class NoSuchUserException extends UserManagerException
Thrown if the user manager operation is being performed on an user that does not exist.
See Also:
  • Constructor Details

    • NoSuchUserException

      public NoSuchUserException(String message, String errorCode)
      Constructs a NoSuchUserException with the specified detail message and error code.
      Parameters:
      message - the detail message
      errorCode - Error Code
    • NoSuchUserException

      public NoSuchUserException(String message, Throwable cause, String errorCode)
      Constructs a NoSuchUserException with the specified detail message, cause and error code.
      Parameters:
      message - the detail message
      cause - the cause
      errorCode - Error Code
    • NoSuchUserException

      public NoSuchUserException(Throwable cause, String errorCode)
      Constructs a NoSuchUserException with the specified cause and error code.
      Parameters:
      cause - the cause
      errorCode - Error Code
    • NoSuchUserException

      public NoSuchUserException(String message, Throwable cause)
      Constructs a NoSuchUserException with the specified cause and error message.
      Parameters:
      message - the detailed message
      cause - the detailed cause