public class ObjectNotSupportedException extends Exception
CustomSerializer methods when serialization/deserialization is not
supported for an object.| Constructor and Description |
|---|
ObjectNotSupportedException()
Creates exception without a message.
|
ObjectNotSupportedException(String s)
Creates exception with a message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ObjectNotSupportedException(String s)
s - messagepublic ObjectNotSupportedException()
Copyright (C) 2007-2014 ScaleOut Software, Inc.