net.sf.dewdrop.sql.dialect
Class UnsupportedFeatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.dewdrop.DewDropException
net.sf.dewdrop.sql.dialect.DialectException
net.sf.dewdrop.sql.dialect.UnsupportedFeatureException
- All Implemented Interfaces:
- Serializable
- public class UnsupportedFeatureException
- extends DialectException
- Author:
- Les Hazlewood
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedFeatureException
public UnsupportedFeatureException()
UnsupportedFeatureException
public UnsupportedFeatureException(String message)
UnsupportedFeatureException
public UnsupportedFeatureException(Throwable cause)
UnsupportedFeatureException
public UnsupportedFeatureException(String message,
Throwable cause)