java.io
Class InvalidObjectException

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.InvalidObjectException
All Implemented Interfaces:
Serializable

public class InvalidObjectException
extends ObjectStreamException

This exception is thrown when an object fails a validation test during serialization.

Since:
1.1
See Also:
Serialized Form

Constructor Summary
InvalidObjectException(String message)
          Create an exception with a descriptive error message String.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidObjectException

public InvalidObjectException(String message)
Create an exception with a descriptive error message String. This should be the cause of the verification failure.

Parameters:
message - the descriptive error message