com.mchange.v2.ser
Class UnsupportedVersionException

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
                      extended by com.mchange.v2.ser.UnsupportedVersionException
All Implemented Interfaces:
Serializable

public class UnsupportedVersionException
extends InvalidClassException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.io.InvalidClassException
classname
 
Constructor Summary
UnsupportedVersionException(Object obj, int version)
           
UnsupportedVersionException(String message)
           
 
Method Summary
 
Methods inherited from class java.io.InvalidClassException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

UnsupportedVersionException

public UnsupportedVersionException(String message)

UnsupportedVersionException

public UnsupportedVersionException(Object obj,
                                   int version)