模块  java.sql.rowset

Class SerialException

  • 实现的所有接口
    SerializableIterable<Throwable>

    public class SerialException
    extends SQLException
    表示除了SQL类型(如 BLOB, CLOB, STRUCT or ARRAY )之外的SQL类型(例如 DATALINK and JAVAOBJECT的序列化或反序列化时出现错误
    从以下版本开始:
    1.5
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • SerialException

        public SerialException()
        创建一个没有消息的新 SerialException
      • SerialException

        public SerialException​(String msg)
        使用指定的消息创建新的 SerialException
        参数
        msg - 详细信息