Class PdxRegistryMismatchException

  • java.lang.Object
  • 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 java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PdxRegistryMismatchException

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