Gemfire JavaDocs
Package org.apache.geode.pdx
Class NonPortableClassException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.geode.GemFireException
-
- org.apache.geode.GemFireIOException
-
- org.apache.geode.SerializationException
-
- org.apache.geode.pdx.PdxSerializationException
-
- org.apache.geode.pdx.NonPortableClassException
-
- All Implemented Interfaces:
java.io.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(java.lang.String message)
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-