Package org.frankframework.dbms
Class DbmsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.frankframework.core.IbisException
org.frankframework.dbms.JdbcException
org.frankframework.dbms.DbmsException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.frankframework.core.IbisException
IbisException.ExcludeClassInfoExceptionFilter
-
Constructor Summary
ConstructorsConstructorDescriptionDbmsException
(String message) DbmsException
(String message, Throwable exception) DbmsException
(Throwable exception) -
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
-
DbmsException
public DbmsException() -
DbmsException
-
DbmsException
-
DbmsException
-