org.tigris.scarab.da
Class DAException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.lang.exception.NestableException
              extended byorg.apache.turbine.TurbineException
                  extended byorg.tigris.scarab.util.ScarabException
                      extended byorg.tigris.scarab.da.DAException
All Implemented Interfaces:
org.apache.commons.lang.exception.Nestable, java.io.Serializable

public class DAException
extends ScarabException

The exception thrown to indicate data access layer problems.

Author:
John McNally, Daniel Rall
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
DAException(LocalizationKey l10nKey, java.lang.Throwable nested)
          Constructs a new DAException with specified detail message.
 
Methods inherited from class org.tigris.scarab.util.ScarabException
getL10nMessage, getLocalizedMessage, getMessage, getMessage, setLocalizer
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DAException

public DAException(LocalizationKey l10nKey,
                   java.lang.Throwable nested)
Constructs a new DAException with specified detail message.



Copyright © 2000-2004 Tigris.org. All Rights Reserved.