Class Settings.InvalidConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.intergral.deep.agent.settings.Settings.InvalidConfigException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Settings
public static class Settings.InvalidConfigException extends RuntimeException
Used to indicate an invalid config value.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidConfigException(String key, String value)
InvalidConfigException(String key, String value, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-