Class JdbcMigrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.frankframework.core.IbisException
org.frankframework.jdbc.migration.JdbcMigrationException
- All Implemented Interfaces:
Serializable
Wrapper for JDBC migration related exceptions.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class IbisException
IbisException.ExcludeClassInfoExceptionFilter -
Constructor Summary
ConstructorsConstructorDescriptionJdbcMigrationException(String message) JdbcMigrationException(String message, Throwable cause) JdbcMigrationException(Throwable cause) -
Method Summary
Methods inherited from class IbisException
expandMessage, expandMessage, getExceptionSpecificDetails, getMessagesMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JdbcMigrationException
public JdbcMigrationException() -
JdbcMigrationException
-
JdbcMigrationException
-
JdbcMigrationException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classIbisException
-