com.gemstone.gemfire
Class InvalidValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidValueException
public InvalidValueException(String message)
- Creates a new
InvalidValueException
.
InvalidValueException
public InvalidValueException(String message,
Throwable ex)
- Creates a new
InvalidValueException
.
Copyright © 1997-2012 VMware, Inc. All rights reserved.