public abstract class ObjectStreamException extends IOException
Modifier | Constructor and Description |
---|---|
protected |
ObjectStreamException()
Create an ObjectStreamException.
|
protected |
ObjectStreamException(String classname)
Create an ObjectStreamException with the specified argument.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected ObjectStreamException(String classname)
classname
- the detailed message for the exceptionprotected ObjectStreamException()
Copyright © 2013 CableLabs. All rights reserved.