liquibase.exception
Class UnexpectedLiquibaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by liquibase.exception.UnexpectedLiquibaseException
All Implemented Interfaces:
Serializable

public class UnexpectedLiquibaseException
extends RuntimeException

See Also:
Serialized Form

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

UnexpectedLiquibaseException

public UnexpectedLiquibaseException(String message)

UnexpectedLiquibaseException

public UnexpectedLiquibaseException(String message,
                                    Throwable cause)

UnexpectedLiquibaseException

public UnexpectedLiquibaseException(Throwable cause)


Copyright © 2012 Liquibase.org. All Rights Reserved.