Class RemoteConfigurationException.BadValue

All Implemented Interfaces:
Serializable
Enclosing class:
RemoteConfigurationException

public static class RemoteConfigurationException.BadValue extends RemoteConfigurationException
This exception indicate that a value was not valid.
See Also:
  • Constructor Details

    • BadValue

      public BadValue(String path, String message, Throwable cause)
      Build a new instance.
      Parameters:
      path - The value path
      message - The error message
      cause - The cause
    • BadValue

      public BadValue(String path, String message)
      Build a new instance.
      Parameters:
      path - The value path
      message - The error message