com.gemstone.gemfire.pdx
Class NonPortableClassException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.GemFireIOException
com.gemstone.gemfire.SerializationException
com.gemstone.gemfire.pdx.PdxSerializationException
com.gemstone.gemfire.pdx.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:
- 6.6.2
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NonPortableClassException
public NonPortableClassException(String message)
Copyright © 1997-2012 VMware, Inc. All rights reserved.