Class Hierarchy All Classes All Fields and Methods
Class com.ibm.db.beans.DBRuntimeException
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.ibm.db.beans.DBRuntimeExceptionpublic class DBRuntimeException
extends RuntimeExceptionThrown when an error is encountered.
Constructor Index Constructor Description DBRuntimeException(Exception) This method was created in VisualAge. DBRuntimeException(String) Constructs a DataRuntimeException with the specified detail message.
Method Index Method Description Exception getException() Returns the original exception.
Constructors
DBRuntimeException
public DBRuntimeException(Exception ex)This method was created in VisualAge.
- Parameters
- ex - java.lang.Exception
DBRuntimeException
public DBRuntimeException(String s)Constructs a DataRuntimeException with the specified detail message.
- Parameters
- s - the detail message.
Methods
getException
public Exception getException()Returns the original exception.
- Returns
- java.lang.Exception
Class Hierarchy All Classes All Fields and Methods