net.sf.dewdrop.sql.dialect
Class DialectException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.sf.dewdrop.DewDropException
                  extended bynet.sf.dewdrop.sql.dialect.DialectException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UnsupportedDataTypeException, UnsupportedFeatureException

public class DialectException
extends DewDropException

Author:
Les Hazlewood
See Also:
Serialized Form

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

DialectException

public DialectException()

DialectException

public DialectException(String message)

DialectException

public DialectException(Throwable cause)

DialectException

public DialectException(String message,
                        Throwable cause)