java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException java.io.ObjectStreamException
public abstract class ObjectStreamException
特定于 Object Stream 类的所有异常的超类。
构造方法摘要 | |
---|---|
protected |
ObjectStreamException() 创建一个 ObjectStreamException。 |
protected |
ObjectStreamException(String classname) 创建具有指定参数的 ObjectStreamException。 |
方法摘要 |
---|
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
protected ObjectStreamException(String classname)
classname
- 异常的详细消息
protected ObjectStreamException()