MySQL Connector/J size='-1'>5.0.8

com.mysql.jdbc
Class NotImplemented

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.sql.SQLException
              extended bycom.mysql.jdbc.NotImplemented
All Implemented Interfaces:
java.io.Serializable

public class NotImplemented
extends java.sql.SQLException

Thrown from methods not required to be implemented.

Author:
Mark Matthews
See Also:
Serialized Form

Constructor Summary
NotImplemented()
          Creates a new NotImplemented object.
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, setNextException
 
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

NotImplemented

public NotImplemented()
Creates a new NotImplemented object.


MySQL Connector/J size='-1'>5.0.8