Where Am I? Class Hierarchy All Classes All Fields and Methods

Class com.ibm.db.DataRuntimeException

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

public class DataRuntimeException
extends RuntimeException

Thrown when an error is encountered.


Constructor Index

DataRuntimeException(String)
Constructs a DataRuntimeException with the specified detail message.

Constructors

DataRuntimeException
 public DataRuntimeException(String s) 
Constructs a DataRuntimeException with the specified detail message.

Parameters:
s - the detail message.

Where Am I? Class Hierarchy All Classes All Fields and Methods