org.broadleafcommerce.common.exception
Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.broadleafcommerce.common.exception.ServiceException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CleanStringException, SecurityServiceException
public class ServiceException
- extends Exception
Exception thrown when a service method fails.
- Author:
- jfischer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ServiceException
protected ServiceException()
ServiceException
public ServiceException(String message,
Throwable cause)
ServiceException
public ServiceException(String message)
ServiceException
public ServiceException(Throwable cause)
Copyright © 2013. All Rights Reserved.