Class SecurityServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.broadleafcommerce.common.exception.ServiceException
org.broadleafcommerce.common.exception.SecurityServiceException
- All Implemented Interfaces:
Serializable
@ResponseStatus(value=FORBIDDEN,
reason="Access is denied")
public class SecurityServiceException
extends ServiceException
Form of ServiceException thrown when their is a security
failure while attempting to execute the operation.
- Author:
- Jeff Fischer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSecurityServiceException
(String message) SecurityServiceException
(String message, Throwable cause) -
Method Summary
Methods inherited from class org.broadleafcommerce.common.exception.ServiceException
containsCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SecurityServiceException
public SecurityServiceException() -
SecurityServiceException
-
SecurityServiceException
-
SecurityServiceException
-