cgl.narada.service
Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cgl.narada.service.ServiceException
- All Implemented Interfaces:
- Serializable
public class ServiceException
- extends Exception
The exception that is thrown when any of the service related operations
cannot be carried out for some reason. This could be anything from the
inability to configure or start the service based on the specified service
parameters to the unavailability of a needed resource.
- See Also:
- Serialized Form
ServiceException
public ServiceException(String reason)
ServiceException
public ServiceException(String reason,
String errorCode)
toString
public String toString()
- Overrides:
toString
in class Throwable
For comments and suggestions please send
e-mail to
The NaradaBrokering Project