org.spicefactory.cinnamon.service
Class ServiceInterceptorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spicefactory.cinnamon.service.ServiceException
org.spicefactory.cinnamon.service.ServiceInterceptorException
- All Implemented Interfaces:
- Serializable
public class ServiceInterceptorException
- extends ServiceException
Exception thrown when a ServiceInterceptor threw an Exception.
- Author:
- Jens Halm
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ServiceInterceptorException
public ServiceInterceptorException(String message,
Throwable cause)
- Creates a new ServiceInterceptorException.
- Parameters:
message - the error messagecause - the cause of the error