org.spicefactory.cinnamon.service
Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spicefactory.cinnamon.service.ServiceException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ServiceInterceptorException, ServiceInvocationException
public class ServiceException
- extends RuntimeException
Exception thrown when an illegal request is processed (i.e. unknown operation name, illegal parameter types)
or if the 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 |
ServiceException
public ServiceException(String message,
Throwable cause)
- Creates a new ServiceException.
- Parameters:
message - the error messagecause - the cause of the error
ServiceException
public ServiceException(String message)
- Creates a new ServiceException.
- Parameters:
message - the error message