Class PdxRegistryMismatchException

All Implemented Interfaces:
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:
  • Constructor Details

    • PdxRegistryMismatchException

      public PdxRegistryMismatchException(String message)
      Constructs a new exception with the given message
      Parameters:
      message - the message of the new exception