com.ibm.db
Class DataRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.ibm.db.DataRuntimeException

public class DataRuntimeException
extends java.lang.RuntimeException

Thrown when an error is encountered.

See Also:
Serialized Form

Field Summary
private static java.lang.String copyright
           
protected  java.lang.Exception fieldException
           
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
DataRuntimeException(java.lang.Exception ex)
          This method was created in VisualAge.
DataRuntimeException(java.lang.String s)
          Constructs a DataRuntimeException with the specified detail message.
 
Method Summary
 java.lang.Exception getException()
          This method was created in VisualAge.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

fieldException

protected java.lang.Exception fieldException

copyright

private static final java.lang.String copyright
Constructor Detail

DataRuntimeException

public DataRuntimeException(java.lang.Exception ex)
This method was created in VisualAge.
Parameters:
ex - java.lang.Exception

DataRuntimeException

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

getException

public java.lang.Exception getException()
This method was created in VisualAge.
Returns:
java.lang.Exception