public class ObjectNotSupportedException
extends java.lang.Exception
CustomSerializer methods when serialization/deserialization is not
supported for an object.| Constructor and Description |
|---|
ObjectNotSupportedException()
Creates exception without a message.
|
ObjectNotSupportedException(java.lang.String s)
Creates exception with a message.
|