Class InvalidValueException

All Implemented Interfaces:
Serializable

public class InvalidValueException extends GemFireException
An InvalidValueException is thrown when an attempt is made to set a configuration attribute to an invalid value is made. Values are considered invalid when they are not compatible with the attribute's type.
See Also:
  • Constructor Details

    • InvalidValueException

      public InvalidValueException(String message)
      Creates a new InvalidValueException.
      Parameters:
      message - the detail message
    • InvalidValueException

      public InvalidValueException(String message, Throwable ex)
      Creates a new InvalidValueException.
      Parameters:
      message - the detail message
      ex - the cause