Class InvalidValueException

  • All Implemented Interfaces:
    java.io.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
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidValueException​(java.lang.String message)
      Creates a new InvalidValueException.
      InvalidValueException​(java.lang.String message, java.lang.Throwable ex)
      Creates a new InvalidValueException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidValueException

        public InvalidValueException​(java.lang.String message)
        Creates a new InvalidValueException.
        Parameters:
        message - the detail message
      • InvalidValueException

        public InvalidValueException​(java.lang.String message,
                                     java.lang.Throwable ex)
        Creates a new InvalidValueException.
        Parameters:
        message - the detail message
        ex - the cause