Gemfire JavaDocs
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:
java.io.Serializable
public class InvalidValueException extends GemFireException
AnInvalidValueException
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
-
-
Constructor Summary
Constructors Constructor Description InvalidValueException(java.lang.String message)
Creates a newInvalidValueException
.InvalidValueException(java.lang.String message, java.lang.Throwable ex)
Creates a newInvalidValueException
.
-
Method Summary
-
Methods inherited from class org.apache.geode.GemFireException
getRootCause
-
-
-
-
Constructor Detail
-
InvalidValueException
public InvalidValueException(java.lang.String message)
Creates a newInvalidValueException
.- Parameters:
message
- the detail message
-
InvalidValueException
public InvalidValueException(java.lang.String message, java.lang.Throwable ex)
Creates a newInvalidValueException
.- Parameters:
message
- the detail messageex
- the cause
-
-