ewe.io
Class ObjectStreamException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byewe.io.IOException
              extended byewe.io.ObjectStreamException
Direct Known Subclasses:
StreamCorruptedException

public class ObjectStreamException
extends IOException


Constructor Summary
ObjectStreamException()
           
ObjectStreamException(String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

ObjectStreamException

public ObjectStreamException()

ObjectStreamException

public ObjectStreamException(String message)