Package org.frankframework.dbms
Class JdbcException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.frankframework.core.IbisException
org.frankframework.dbms.JdbcException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DbmsException
Wrapper for JDBC related exceptions.
- Since:
- 4.1
- Author:
- Gerrit van Brakel
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.frankframework.core.IbisException
IbisException.ExcludeClassInfoExceptionFilter
-
Constructor Summary
ConstructorsConstructorDescriptionJdbcException
(String arg1) JdbcException
(String arg1, Throwable arg2) JdbcException
(Throwable arg1) -
Method Summary
Methods inherited from class org.frankframework.core.IbisException
expandMessage, expandMessage, getExceptionSpecificDetails, getMessage, getMessages
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JdbcException
public JdbcException() -
JdbcException
-
JdbcException
-
JdbcException
-