Class UserNotActiveException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.broadleafcommerce.auth.user.exception.UserNotActiveException
-
- All Implemented Interfaces:
Serializable
public class UserNotActiveException extends RuntimeException
Thrown when login fails because the user is not marked as active. SeeUser.isActive()
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserNotActiveException()
UserNotActiveException(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
-
-