StreamCorruptedException


StreamCorruptedException java.io

Java 1.1 serializable checked

Signals that the data stream being read by an ObjectInputStream has been corrupted and does not contain valid serialized object data.

Figure 9-57. java.io.StreamCorruptedException

 public class  StreamCorruptedException  extends ObjectStreamException {  // Public Constructors  public  StreamCorruptedException  ( );        public  StreamCorruptedException  (String  reason  );   } 

Thrown By

ObjectInputStream.readStreamHeader( )



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net