com.mysql.jdbc
Class OperationNotSupportedException

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

class OperationNotSupportedException
extends java.sql.SQLException


Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
(package private) OperationNotSupportedException()
           
 
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

OperationNotSupportedException

OperationNotSupportedException()