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
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 |
fieldException
protected java.lang.Exception fieldException
copyright
private static final java.lang.String copyright
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.
getException
public java.lang.Exception getException()
- This method was created in VisualAge.
- Returns:
- java.lang.Exception