com.ibm.db.base
Class DataRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.ibm.db.base.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
           
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
DataRuntimeException(java.lang.String s)
          Constructs a DataRuntimeException with the specified detail message.
 
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

copyright

private static final java.lang.String copyright
Constructor Detail

DataRuntimeException

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