liquibase.exception
Class LiquibaseException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           liquibase.exception.LiquibaseException
liquibase.exception.LiquibaseException
- All Implemented Interfaces: 
- Serializable
- Direct Known Subclasses: 
- ChangeLogParseException, ChangeNotFoundException, DatabaseException, DatabaseHistoryException, DuplicateChangeSetException, DuplicateStatementIdentifierException, InvalidChangeDefinitionException, LockException, MigrationFailedException, RollbackFailedException, RollbackImpossibleException, SetupException, UnsupportedChangeException
- public class LiquibaseException 
- extends Exception
Base class for all Liquibase exceptions.
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
LiquibaseException
public LiquibaseException()
LiquibaseException
public LiquibaseException(String message)
LiquibaseException
public LiquibaseException(String message,
                          Throwable cause)
LiquibaseException
public LiquibaseException(Throwable cause)
Copyright © 2004-2011 Liquibase.org. All Rights Reserved.