com.dbdeploy.exceptions
Class UnrecognisedFilenameException

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

public class UnrecognisedFilenameException
extends DbDeployException

See Also:
Serialized Form

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

UnrecognisedFilenameException

public UnrecognisedFilenameException()

UnrecognisedFilenameException

public UnrecognisedFilenameException(String message,
                                     Throwable cause)

UnrecognisedFilenameException

public UnrecognisedFilenameException(String message)

UnrecognisedFilenameException

public UnrecognisedFilenameException(Throwable cause)


Copyright © 2011. All Rights Reserved.