org.broadleafcommerce.common.exception
Class SecurityServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.broadleafcommerce.common.exception.ServiceException
              extended by 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

Constructor Summary
SecurityServiceException()
           
SecurityServiceException(String message)
           
SecurityServiceException(String message, Throwable cause)
           
SecurityServiceException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.