| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.sql.SQLException org.continuent.sequoia.common.exceptions.NotImplementedException
NotImplementedException | public class NotImplementedException extends SQLException (Code) | | This exception is thrown for all non implemented features in the Sequoia
driver.
author: Emmanuel Cecchet version: 1.0 |
NotImplementedException | public NotImplementedException(String reason, String sqlState, int vendorCode)(Code) | | Creates a new NotImplementedException instance.
Parameters: reason - the exception cause Parameters: sqlState - the SQL state Parameters: vendorCode - the vendor code |
NotImplementedException | public NotImplementedException(String reason, String sqlState)(Code) | | Creates a new NotImplementedException instance.
Parameters: reason - the exception cause Parameters: sqlState - the SQL state |
NotImplementedException | public NotImplementedException(String callingMethod)(Code) | | Creates a new NotImplementedException instance.
Parameters: callingMethod - the calling method that failed |
NotImplementedException | public NotImplementedException()(Code) | | Creates a new NotImplementedException instance.
|
|
|
|