com.dbdeploy.exceptions
Class DuplicateChangeScriptException

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.DuplicateChangeScriptException
All Implemented Interfaces:
Serializable

public class DuplicateChangeScriptException
extends DbDeployException

See Also:
Serialized Form

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

DuplicateChangeScriptException

public DuplicateChangeScriptException()

DuplicateChangeScriptException

public DuplicateChangeScriptException(String message,
                                      Throwable cause)

DuplicateChangeScriptException

public DuplicateChangeScriptException(String message)

DuplicateChangeScriptException

public DuplicateChangeScriptException(Throwable cause)


Copyright © 2011. All Rights Reserved.