public class ServiceException
extends java.lang.Exception
Represents an exception thrown by a Service attempting to start or stop.
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Constructor and Description | 
|---|
ServiceException()
Constructs a new blank ServiceException 
 | 
ServiceException(java.lang.String pStr)
Constructs a new ServiceException with the given explanation 
 | 
ServiceException(java.lang.String pStr,
                java.lang.Throwable pRootCause)
Constructs a new ServiceException with the given explanation
 and root exception. 
 | 
ServiceException(java.lang.Throwable pRootCause)
Constructs a new ServiceException with the given explanation
 and root exception. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Throwable | 
getRootCause()
Returns the root exception that caused this exception 
 | 
public ServiceException()
public ServiceException(java.lang.String pStr)
public ServiceException(java.lang.String pStr,
                        java.lang.Throwable pRootCause)
public ServiceException(java.lang.Throwable pRootCause)