- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.sql.SQLException
-
- javax.sql.rowset.serial.SerialException
-
- All Implemented Interfaces:
-
Serializable
,Iterable<Throwable>
public class SerialException extends SQLException
指示和错误的序列化或BLOB, CLOB, STRUCT or ARRAY
序列化的SQL类型,如BLOB, CLOB, STRUCT or ARRAY
除了SQL类型,如DATALINK and JAVAOBJECT
- 从以下版本开始:
- 1.5
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 SerialException()
创建一个新的SerialException
没有消息。SerialException(String msg)
创建一个新的SerialException
与指定的消息。
-
方法摘要
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
构造方法详细信息
-
SerialException
public SerialException()
创建一个新的SerialException
没有消息。
-
SerialException
public SerialException(String msg)
使用指定的消息创建一个新的SerialException
。- 参数
-
msg
- 详细信息
-
-