- 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
public final class JDBCException extends DRException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JDBCException()
JDBCException(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
-
-