liquibase.exception
Class LiquibaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
LiquibaseException()
           
LiquibaseException(String message)
           
LiquibaseException(String message, Throwable cause)
           
LiquibaseException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.