java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
javax.sql.rowset.serial.SerialException
- 所有已实现的接口:
Serializable,Iterable<Throwable>
除了
DATALINK and JAVAOBJECT 等 SQL 类型之外,还指示 BLOB, CLOB, STRUCT or ARRAY 等 SQL 类型的序列化或反序列化错误
- 自从:
- 1.5
- 参见:
-
构造方法总结
构造方法 -
方法总结
在类 java.sql.SQL异常 中声明的方法
getErrorCode, getNextException, getSQLState, iterator, setNextException在类 java.lang.Throwable 中声明的方法
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString在类 java.lang.Object 中声明的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait在接口 java.lang.Iterable 中声明的方法
forEach, spliterator
-
构造方法详细信息
-
SerialException
public SerialException()创建一个没有消息的新SerialException。 -
SerialException
使用指定的消息创建一个新的SerialException。- 参数:
msg- 详细消息
-