nectar
Class ServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
nectar.NectarException
nectar.InternalException
nectar.ServiceException
- All Implemented Interfaces:
- java.io.Serializable
- public class ServiceException
- extends InternalException
Used to signal internal startup, shutdown and runtime exceptions that occur in the implementations of Services.
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ServiceException
public ServiceException()
- Creates a new instance of
ServiceException without detail message.
ServiceException
public ServiceException(java.lang.String msg)
- Constructs an instance of
ServiceException with the specified detail message.