Class UserNotActiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.accesspolicy.exception.UserNotActiveException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new super exception with null as its detail message.UserNotActiveException
(String message) Constructs a new super exception with the specified detail message.UserNotActiveException
(String message, Throwable cause) Constructs a new super exception with the specified detail message and cause.UserNotActiveException
(Throwable cause) Constructs a new super exception with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
UserNotActiveException
public UserNotActiveException()Constructs a new super exception with null as its detail message. -
UserNotActiveException
Constructs a new super exception with the specified detail message.- Parameters:
message
- the detail message
-
UserNotActiveException
Constructs a new super exception with the specified detail message and cause.- Parameters:
message
- the detail messagecause
- the cause
-
UserNotActiveException
Constructs a new super exception with the specified cause.- Parameters:
cause
- the cause
-