- 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 or ARRAY
)之外的SQL类型(例如DATALINK and JAVAOBJECT
的序列化或反序列化时出现错误- 从以下版本开始:
- 1.5
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 构造器 描述 SerialException()
创建一个没有消息的新SerialException
。SerialException(String msg)
使用指定的消息创建一个新的SerialException
。
-
方法摘要
-
声明方法的类 java.sql.SQLException
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
public SerialException(String msg)
使用指定的消息创建新的SerialException
。- 参数
-
msg
- 详细信息
-
-