Class ProtectionException.InvalidConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.onosproject.net.behaviour.protection.ProtectionException
-
- org.onosproject.net.behaviour.protection.ProtectionException.InvalidConfigException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ProtectionException
public static class ProtectionException.InvalidConfigException extends ProtectionException
Exception thrown when specified configuration was invalid.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.onosproject.net.behaviour.protection.ProtectionException
ProtectionException.InvalidConfigException
-
-
Constructor Summary
Constructors Constructor Description InvalidConfigException()
InvalidConfigException(String message)
InvalidConfigException(String message, Throwable cause)
InvalidConfigException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-