Gemfire JavaDocs
Package org.apache.geode.pdx
Class PdxRegistryMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.geode.GemFireException
-
- org.apache.geode.pdx.PdxRegistryMismatchException
-
- All Implemented Interfaces:
java.io.Serializable
public class PdxRegistryMismatchException extends GemFireException
Thrown when an attempt is made to reuse a PDX Type. This can occur if the PDX registry files are deleted from the sending side of a WAN Gateway.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PdxRegistryMismatchException(java.lang.String message)
Constructs a new exception with the given message
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-