daoexamples.exception
Class DAORuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.lang.exception.NestableRuntimeException
daoexamples.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
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 |
|
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 |
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.