Class UserNotActiveException

java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.accesspolicy.exception.UserNotActiveException
All Implemented Interfaces:
Serializable

public class UserNotActiveException extends Exception
See Also:
  • Field Details

  • Constructor Details

    • UserNotActiveException

      public UserNotActiveException()
      Constructs a new super exception with null as its detail message.
    • UserNotActiveException

      public UserNotActiveException(String message)
      Constructs a new super exception with the specified detail message.
      Parameters:
      message - the detail message
    • UserNotActiveException

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

      public UserNotActiveException(Throwable cause)
      Constructs a new super exception with the specified cause.
      Parameters:
      cause - the cause