liquibase.exception
Class RollbackImpossibleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
liquibase.exception.LiquibaseException
liquibase.exception.RollbackImpossibleException
- All Implemented Interfaces:
- Serializable
public class RollbackImpossibleException
- extends LiquibaseException
Thrown if a change is encountered that cannot be rolled back.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RollbackImpossibleException
public RollbackImpossibleException()
RollbackImpossibleException
public RollbackImpossibleException(String message)
RollbackImpossibleException
public RollbackImpossibleException(String message,
Throwable cause)
RollbackImpossibleException
public RollbackImpossibleException(Throwable cause)
Copyright © 2015 Liquibase.org. All rights reserved.