com.objectwave.exception
Class SystemException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.objectwave.exception.SystemException
All Implemented Interfaces:
java.io.Serializable

public class SystemException
extends java.lang.Exception

Should almost never be used, most system exceptions should probably really be runtime exceptions of some type.

Version:
$Id: SystemException.java,v 2.0 2001/06/11 15:46:53 dave_hoag Exp $
See Also:
Serialized Form

Constructor Summary
SystemException(java.lang.String message)
           
SystemException(java.lang.Throwable cause, java.lang.String details)
           
 
Method Summary
 java.lang.Throwable getRootCause()
           
 
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
 

Constructor Detail

SystemException

public SystemException(java.lang.String message)

SystemException

public SystemException(java.lang.Throwable cause,
                       java.lang.String details)
Method Detail

getRootCause

public java.lang.Throwable getRootCause()