com.dynalivery.dor
Class DORException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.dynalivery.dor.DORException

public class DORException
extends java.lang.Exception

Signals that an exception occured while attempting to use Data Object Reporting

See Also:
Serialized Form

Constructor Summary
DORException()
          Constructs a DORException with no detail message.
DORException(java.lang.String s)
          Constructs a DORException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DORException

public DORException()
Constructs a DORException with no detail message.

DORException

public DORException(java.lang.String s)
Constructs a DORException with the specified detail message.
Parameters:
s - the detail message.