Class java.io.ClassMismatchException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.io.ClassMismatchException

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

public class ClassMismatchException
extends ObjectStreamException

Constructor Index

 o ClassMismatchException()
 o ClassMismatchException(String)
Raised when the runtime detects a problem with a Class.

Constructors

 o ClassMismatchException
  public ClassMismatchException(String reason)
Raised when the runtime detects a problem with a Class. Either the class does not match the signature in the stream or the class contains unknown datatypes.
 o ClassMismatchException
  public ClassMismatchException()

All Packages  Class Hierarchy  This Package  Previous  Next  Index