public class InvalidClassException extends ObjectStreamException
Constructor and Description |
---|
InvalidClassException(String reason) |
InvalidClassException(String cname,
String reason) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Returns the extra information message which was provided when this
Throwable was created. |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String classname
public InvalidClassException(String reason)
public String getMessage()
Throwable
Throwable
was created. Returns null
if no message was
provided at creation time.getMessage
in class Throwable
Throwable
's detail message.