javax.sql.rowset.serial
类 SerialException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
javax.sql.rowset.serial.SerialException
- 所有已实现的接口:
- Serializable, Iterable<Throwable>
public class SerialException
- extends SQLException
指示对 SQL 类型 BLOB、CLOB、STRUCT 或 ARRAY 以及 SQL 类型 DATALINK 和 JAVAOBJECT 进行序列化或反序列化时发生的错误。
- 另请参见:
- 序列化表格
| 从类 java.lang.Throwable 继承的方法 |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SerialException
public SerialException()
- 创建不带消息的新
SerialException。
SerialException
public SerialException(String msg)
- 创建带有指定消息的新
SerialException。
- 参数:
msg - 详细消息