daoexamples.exception
Class DAORuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.commons.lang.exception.NestableRuntimeException
                  extended bydaoexamples.exception.DAORuntimeException
All Implemented Interfaces:
org.apache.commons.lang.exception.Nestable, java.io.Serializable

public class DAORuntimeException
extends org.apache.commons.lang.exception.NestableRuntimeException

Because we want this class to be compatible with J2SE 1.3.x and IBM Websphere 5.x, we can't use the "chained exception" capabilities from J2SE 1.4 Due to this requirement, this class will extend NestableRuntimeException, provided by the Jakarta Commons Lang library.

Author:
Sean C. Sullivan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableRuntimeException
delegate
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
DAORuntimeException(java.lang.String msg)
           
DAORuntimeException(java.lang.String msg, java.lang.Throwable cause)
           
DAORuntimeException(java.lang.Throwable cause)
           
 
Methods inherited from class org.apache.commons.lang.exception.NestableRuntimeException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DAORuntimeException

public DAORuntimeException(java.lang.Throwable cause)

DAORuntimeException

public DAORuntimeException(java.lang.String msg,
                           java.lang.Throwable cause)

DAORuntimeException

public DAORuntimeException(java.lang.String msg)


Copyright © 2003-2004 daoexamples.sourceforge.net. All Rights Reserved.