liquibase.exception
Class CustomChangeException

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

public class CustomChangeException
extends Exception

See Also:
Serialized Form

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

CustomChangeException

public CustomChangeException()

CustomChangeException

public CustomChangeException(String message)

CustomChangeException

public CustomChangeException(String message,
                             Throwable cause)

CustomChangeException

public CustomChangeException(Throwable cause)


Copyright © 2004-2011 Liquibase.org. All Rights Reserved.