Package org.apache.geode.pdx
Class NonPortableClassException
- All Implemented Interfaces:
Serializable
Thrown if "check-portability" is enabled and an attempt is made to pdx serialize a class that is
not portable to non-java platforms.
- Since:
- GemFire 6.6.2
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NonPortableClassException
-