com.dbdeploy.exceptions
Class ChangeScriptFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.dbdeploy.exceptions.DbDeployException
                  extended by com.dbdeploy.exceptions.ChangeScriptFailedException
All Implemented Interfaces:
Serializable

public class ChangeScriptFailedException
extends DbDeployException

See Also:
Serialized Form

Constructor Summary
ChangeScriptFailedException(SQLException cause, ChangeScript script, int statement, String executedSql)
           
 
Method Summary
 String getExecutedSql()
           
 String getMessage()
           
 ChangeScript getScript()
           
 int getStatement()
           
 
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

ChangeScriptFailedException

public ChangeScriptFailedException(SQLException cause,
                                   ChangeScript script,
                                   int statement,
                                   String executedSql)
Method Detail

getScript

public ChangeScript getScript()

getExecutedSql

public String getExecutedSql()

getStatement

public int getStatement()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2011. All Rights Reserved.