org.broadleafcommerce.common.exception
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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SecurityServiceException
public SecurityServiceException()
SecurityServiceException
public SecurityServiceException(Throwable cause)
SecurityServiceException
public SecurityServiceException(String message)
SecurityServiceException
public SecurityServiceException(String message,
Throwable cause)
Copyright © 2013. All Rights Reserved.