Package org.onosproject.net.config
Class ConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.onosproject.net.config.ConfigException
-
- All Implemented Interfaces:
Serializable
@Beta public class ConfigException extends Exception
Signals that an error was encountered while reading/writing configuration.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigException(String message)
Constructs a new ConfigException with the given message.ConfigException(String message, Throwable cause)
Constructs a new ConfigException with the given message and cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConfigException
public ConfigException(String message)
Constructs a new ConfigException with the given message.- Parameters:
message
- message
-
-