public abstract class ObjectStreamException extends IOException
Modifier | Constructor and Description |
---|---|
protected |
ObjectStreamException()
创建一个ObjectStreamException。
|
protected |
ObjectStreamException(String classname)
使用指定的参数创建一个ObjectStreamException。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected ObjectStreamException(String classname)
classname
-
classname
的详细信息
protected ObjectStreamException()