liquibase.exception
Class SetupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by liquibase.exception.LiquibaseException
              extended by liquibase.exception.SetupException
All Implemented Interfaces:
Serializable

public class SetupException
extends LiquibaseException

If there is an error with setting up a Change this Exception will be thrown. A message must always be provided, if none is then the message from the cause exception will be used.

Author:
Paul Keeble
See Also:
Serialized Form

Constructor Summary
SetupException(String message)
           
SetupException(String message, Throwable cause)
           
SetupException(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

SetupException

public SetupException(String message,
                      Throwable cause)

SetupException

public SetupException(String message)

SetupException

public SetupException(Throwable cause)


Copyright © 2016 Liquibase.org. All rights reserved.