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
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 Summary
ConstructorsConstructorDescriptionInvalidValueException(String message) Creates a newInvalidValueException.InvalidValueException(String message, Throwable ex) Creates a newInvalidValueException. -
Method Summary
Methods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidValueException
Creates a newInvalidValueException.- Parameters:
message- the detail message
-
InvalidValueException
Creates a newInvalidValueException.- Parameters:
message- the detail messageex- the cause
-