| org.mandarax.jdbc.JDBCException org.mandarax.jdbc.UnsupportedFeatureException
UnsupportedFeatureException | public class UnsupportedFeatureException extends JDBCException (Code) | | Exception indicating that the respective feature is not supported by the
mandarax jdbc driver. This applies in particular to all write operations.
author: Jens Dietrich version: 3.3.2 <29 December 2004> since: 3.0 |
UnsupportedFeatureException | public UnsupportedFeatureException()(Code) | | Constructor.
|
UnsupportedFeatureException | public UnsupportedFeatureException(String message)(Code) | | Constructor.
Parameters: message - |
UnsupportedFeatureException | public UnsupportedFeatureException(String message, Throwable cause)(Code) | | Constructor.
Parameters: message - Parameters: cause - |
UnsupportedFeatureException | public UnsupportedFeatureException(Throwable cause)(Code) | | Constructor.
Parameters: cause - |
|
|