java.io
Class StreamCorruptedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.io.ObjectStreamException
                          |
                          +--java.io.StreamCorruptedException

public synchronized class StreamCorruptedException
extends ObjectStreamException


Constructor Summary
StreamCorruptedException()
           
StreamCorruptedException(String)
           
 
Methods inherited from class java.lang.Throwable
getMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

StreamCorruptedException

public StreamCorruptedException(String)

StreamCorruptedException

public StreamCorruptedException()