Save This Page
Home » openjdk-7 » javax » sql » rowset » serial » [javadoc | source]
javax.sql.rowset.serial
public class: SerialException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.sql.SQLException
            javax.sql.rowset.serial.SerialException

All Implemented Interfaces:
    Iterable, Serializable

Indicates and an error with the serialization or de-serialization of SQL types such as BLOB, CLOB, STRUCT or ARRAY in addition to SQL types such as DATALINK and JAVAOBJECT
Field Summary
static final  long serialVersionUID     
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public SerialException() 
 public SerialException(String msg) 
    Creates a new SerialException with the specified message.
    Parameters:
    msg - the detail message
Methods from java.sql.SQLException:
getErrorCode,   getNextException,   getSQLState,   iterator,   setNextException
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait