net.sf.dewdrop.sql.dialect
Class UnsupportedFeatureException

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
                      extended bynet.sf.dewdrop.sql.dialect.UnsupportedFeatureException
All Implemented Interfaces:
Serializable

public class UnsupportedFeatureException
extends DialectException

Author:
Les Hazlewood
See Also:
Serialized Form

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

UnsupportedFeatureException

public UnsupportedFeatureException()

UnsupportedFeatureException

public UnsupportedFeatureException(String message)

UnsupportedFeatureException

public UnsupportedFeatureException(Throwable cause)

UnsupportedFeatureException

public UnsupportedFeatureException(String message,
                                   Throwable cause)