public class InvalidValueException extends GemFireException
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.Constructor and Description |
---|
InvalidValueException(java.lang.String message)
Creates a new
InvalidValueException . |
InvalidValueException(java.lang.String message,
java.lang.Throwable ex)
Creates a new
InvalidValueException . |
getRootCause