cgl.narada.service
Class ServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ServiceException(String reason)
           
ServiceException(String reason, String errorCode)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceException

public ServiceException(String reason)

ServiceException

public ServiceException(String reason,
                        String errorCode)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


For comments and suggestions please send e-mail to The NaradaBrokering Project