com.dbdeploy.exceptions
Class DbDeployException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.dbdeploy.exceptions.DbDeployException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ChangeScriptFailedException, DuplicateChangeScriptException, SchemaVersionTrackingException, UnrecognisedFilenameException, UsageException

public class DbDeployException
extends RuntimeException

See Also:
Serialized Form

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

DbDeployException

public DbDeployException()

DbDeployException

public DbDeployException(String message)

DbDeployException

public DbDeployException(String message,
                         Throwable cause)

DbDeployException

public DbDeployException(Throwable cause)


Copyright © 2011. All Rights Reserved.