FileDocCategorySizeDatePackage
SerialException.javaAPI DocJava SE 5 API950Fri Aug 26 14:57:52 BST 2005javax.sql.rowset.serial

SerialException

public class SerialException extends SQLException
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
version
0.1

Fields Summary
static final long
serialVersionUID
Constructors Summary
public SerialException()
Creates a new SerialException without a message.

     
public SerialException(String msg)
Creates a new SerialException with the specified message.

param
msg the detail message

	super(msg);
    
Methods Summary