Package liquibase.exception
Class RollbackImpossibleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
liquibase.exception.LiquibaseException
liquibase.exception.RollbackImpossibleException
- All Implemented Interfaces:
Serializable
Thrown if a change is encountered that cannot be rolled back.
- See Also:
-
Constructor Summary
ConstructorDescriptionRollbackImpossibleException
(String message) RollbackImpossibleException
(String message, Throwable cause) -
Method Summary
Methods inherited from class liquibase.exception.LiquibaseException
getDetails, getLogLevel, getTimestamp, setDetails, setTimestamp
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RollbackImpossibleException
public RollbackImpossibleException() -
RollbackImpossibleException
-
RollbackImpossibleException
-
RollbackImpossibleException
-