JMACS

org.jmacs
Class DiDriverException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jmacs.DiDriverException
All Implemented Interfaces:
Serializable

public class DiDriverException
extends Exception

thrown by DI driver (IDiDriver) methods.

Version:
$Id: DiDriverException.java 613 2006-07-03 08:09:09Z rob $
Author:
Rob Dickens
See Also:
Serialized Form

Constructor Summary
DiDriverException(String message)
          creates new instance--for use when no other exception was thrown.
DiDriverException(Throwable cause)
          creates new instance--for use when another exception was thrown.
 
Method Summary
 
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

DiDriverException

public DiDriverException(String message)
creates new instance--for use when no other exception was thrown.


DiDriverException

public DiDriverException(Throwable cause)
creates new instance--for use when another exception was thrown.


JMACS

jmacs.org