Class AuthenticationRequiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.broadleafcommerce.cartoperation.exception.security.AuthenticationRequiredException
-
- All Implemented Interfaces:
Serializable
public class AuthenticationRequiredException extends RuntimeException
Thrown when a user attempts to do an action that requires authentication, but the user is not authenticated.- Author:
- Jacob Mitash
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationRequiredException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AuthenticationRequiredException
public AuthenticationRequiredException(String message)
-
-