| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
atg.nucleus.ServiceException
public class ServiceException
Represents an exception thrown by a Service attempting to start or stop.
| Field Summary | |
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string  | 
| Constructor Summary | |
|---|---|
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.  | 
|
| Method Summary | |
|---|---|
 java.lang.Throwable | 
getRootCause()
Returns the root exception that caused this exception  | 
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public ServiceException()
public ServiceException(java.lang.String pStr)
public ServiceException(java.lang.String pStr,
                        java.lang.Throwable pRootCause)
public ServiceException(java.lang.Throwable pRootCause)
| Method Detail | 
|---|
public java.lang.Throwable getRootCause()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||