jrunx.kernel
Class ServiceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrunx.kernel.ServiceException
All Implemented Interfaces:
ExceptionWrapper, java.io.Serializable
Direct Known Subclasses:
GarbageCollectionServiceException

public class ServiceException
extends java.lang.Exception
implements ExceptionWrapper

Needs to be updated when we determine an Exception model.

See Also:
Serialized Form

Constructor Summary
ServiceException(java.lang.String msg)
           
ServiceException(java.lang.String msg, java.lang.Throwable root)
           
ServiceException(java.lang.Throwable root)
           
 
Method Summary
 java.lang.Throwable getRootCause()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceException

public ServiceException(java.lang.String msg)

ServiceException

public ServiceException(java.lang.Throwable root)

ServiceException

public ServiceException(java.lang.String msg,
                        java.lang.Throwable root)
Method Detail

getRootCause

public java.lang.Throwable getRootCause()
Specified by:
getRootCause in interface ExceptionWrapper

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable


Copyright � 2002 Macromedia Corporation. All Rights Reserved.