KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > io > InvalidClassException

java.io
Class InvalidClassException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.io.ObjectStreamException
                  extended by java.io.InvalidClassException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public String classname
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getMessage()
See Also:
Throwable
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InvalidClassException(String reason)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InvalidClassException(String cname,
                             String reason)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags