liquibase.exception
Class MigrationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by liquibase.exception.LiquibaseException
              extended by liquibase.exception.MigrationFailedException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ValidationFailedException

public class MigrationFailedException
extends LiquibaseException

See Also:
Serialized Form

Constructor Summary
MigrationFailedException()
           
MigrationFailedException(ChangeSet failedChangeSet, String message)
           
MigrationFailedException(ChangeSet failedChangeSet, String message, Throwable cause)
           
MigrationFailedException(ChangeSet failedChangeSet, Throwable cause)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

MigrationFailedException

public MigrationFailedException()

MigrationFailedException

public MigrationFailedException(ChangeSet failedChangeSet,
                                String message)

MigrationFailedException

public MigrationFailedException(ChangeSet failedChangeSet,
                                String message,
                                Throwable cause)

MigrationFailedException

public MigrationFailedException(ChangeSet failedChangeSet,
                                Throwable cause)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2015 Liquibase.org. All rights reserved.