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:
  • Constructor Details

    • AuthenticationRequiredException

      public AuthenticationRequiredException(String message)