VMware GemFire Java API Reference
Package org.apache.geode.pdx
Class NonPortableClassException
-
- All Implemented Interfaces:
Serializable
public class NonPortableClassException extends PdxSerializationException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NonPortableClassException(String message)
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NonPortableClassException
public NonPortableClassException(String message)
-
-