Module java.sql.rowset

Class SerialException

所有已实现的接口:
Serializable, Iterable<Throwable>

public class SerialException extends SQLException
表示在序列化或反序列化SQL类型(如BLOB、CLOB、STRUCT或ARRAY)以及SQL类型(如DATALINK和JAVAOBJECT)时出现错误
自版本:
1.5
参见:
  • Constructor Details

    • SerialException

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

      public SerialException(String msg)
      创建一个带有指定消息的新SerialException
      参数:
      msg - 详细消息