Package ro.sync.options
Class InvalidPersistentObjException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ro.sync.options.InvalidPersistentObjException
-
- All Implemented Interfaces:
java.io.Serializable
@API(type=EXTENDABLE, src=PRIVATE) public class InvalidPersistentObjException extends java.lang.Exception
Thrown when we try to deserialize a persistent object.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidPersistentObjException(java.lang.String message)
Constructor.
-