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
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,
toString |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
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