java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pervasive.datarush.exceptions.DRException
com.pervasive.datarush.jdbc.JDBCException
- All Implemented Interfaces:
Serializable
Subclass of DRExceptions for JDBC. Exception causes get converted to a
wrapper class that preserves stack trace information and class name
information but not classes themselves. This avoids serialization
dependencies on JDBC driver internals.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJDBCException(String message) JDBCException(String message, Throwable cause) JDBCException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JDBCException
public JDBCException() -
JDBCException
-
JDBCException
-
JDBCException
-