Searched defs:ObjectStreamException (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
H A DObjectStreamException.java34 public abstract class ObjectStreamException extends IOException { class in inherits:IOException
39 * Create an ObjectStreamException with the specified argument.
43 protected ObjectStreamException(String classname) { method in class:ObjectStreamException
48 * Create an ObjectStreamException.
50 protected ObjectStreamException() { method in class:ObjectStreamException

Completed in 72 milliseconds