Package com.mchange.v2.ser
Class UnsupportedVersionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.io.ObjectStreamException
-
- java.io.InvalidClassException
-
- com.mchange.v2.ser.UnsupportedVersionException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedVersionException extends java.io.InvalidClassException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedVersionException(java.lang.Object obj, int version)
UnsupportedVersionException(java.lang.String message)
-