VMware GemFire Java API Reference
Package org.apache.geode
Class InvalidValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.geode.GemFireException
-
- org.apache.geode.InvalidValueException
-
- All Implemented Interfaces:
Serializable
public class InvalidValueException extends GemFireException
AnInvalidValueExceptionis 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
-
-
Constructor Summary
Constructors Constructor Description InvalidValueException(String message)Creates a newInvalidValueException.InvalidValueException(String message, Throwable ex)Creates a newInvalidValueException.
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidValueException
public InvalidValueException(String message)
Creates a newInvalidValueException.- Parameters:
message- the detail message
-
-