com.cyclops.dbdigger
Class DBDiggerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.lang.exception.NestableException
              extended bycom.cyclops.dbdigger.DBDiggerException
All Implemented Interfaces:
org.apache.commons.lang.exception.Nestable, Serializable

public class DBDiggerException
extends org.apache.commons.lang.exception.NestableException

Add description HERE!

Since:
2003-6-16 12:04:56
Author:
joel guo
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
DBDiggerException()
          Constructor method for class DBDiggerException
DBDiggerException(String arg0)
          Constructor method for class DBDiggerException
DBDiggerException(String arg0, Throwable arg1)
          Constructor method for class DBDiggerException
DBDiggerException(Throwable arg0)
          Constructor method for class DBDiggerException
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getLength, getMessage, getMessage, getMessages, getThrowable, 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

DBDiggerException

public DBDiggerException()
Constructor method for class DBDiggerException


DBDiggerException

public DBDiggerException(String arg0)
Constructor method for class DBDiggerException

Parameters:
arg0 - A message

DBDiggerException

public DBDiggerException(Throwable arg0)
Constructor method for class DBDiggerException

Parameters:
arg0 - A nested Throwable

DBDiggerException

public DBDiggerException(String arg0,
                         Throwable arg1)
Constructor method for class DBDiggerException

Parameters:
arg0 - Message
arg1 - Nested Throwable


Copyright © 2003 Cyclops Group. All Rights Reserved.