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. See User.isActive()
See Also:
  • Constructor Details

    • UserNotActiveException

      public UserNotActiveException()
    • UserNotActiveException

      public UserNotActiveException(String message)
    • UserNotActiveException

      public UserNotActiveException(String message, Throwable cause)
    • UserNotActiveException

      public UserNotActiveException(Throwable cause)
    • UserNotActiveException

      public UserNotActiveException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)