org.spicefactory.cinnamon.service
Class ServiceInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spicefactory.cinnamon.service.ServiceException
org.spicefactory.cinnamon.service.ServiceInvocationException
- All Implemented Interfaces:
- Serializable
public class ServiceInvocationException
- extends ServiceException
Exception thrown when the target service method 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 |
ServiceInvocationException
public ServiceInvocationException(String message,
Throwable cause)
- Creates a new ServiceInvocationException.
- Parameters:
message - the error messagecause - the cause of the error