Class PdxConfigurationException

All Implemented Interfaces:
Serializable

public class PdxConfigurationException extends GemFireException
Thrown when a configuration that is now allowed by PDX is detected.
Since:
GemFire 6.6
See Also:
  • Constructor Details

    • PdxConfigurationException

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