Class UserNotActiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.auth.user.exception.UserNotActiveException
- All Implemented Interfaces:
Serializable
Thrown when login fails because the user is not marked as active. See
User.isActive()
- See Also:
-
Constructor Summary
ConstructorDescriptionUserNotActiveException
(String message) UserNotActiveException
(String message, Throwable cause) UserNotActiveException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) UserNotActiveException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UserNotActiveException
public UserNotActiveException() -
UserNotActiveException
-
UserNotActiveException
-
UserNotActiveException
-
UserNotActiveException
-