Class NotPermittedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.data.tracking.core.exception.NotPermittedException
- All Implemented Interfaces:
Serializable
This exception is thrown when it is determined that a operation is being requested without
adequate permission available to the current
Authentication
context. This can be because
a request for a catalog context id is assigned as a reference relationship for the current
application. This exception generally results in an HTTP 403 response.- Author:
- Jeff Fischer
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotPermittedException
public NotPermittedException() -
NotPermittedException
-