Package org.onosproject.net.flow
Class FlowRuleStoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.onosproject.net.flow.FlowRuleStoreException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
FlowRuleStoreException.Interrupted
,FlowRuleStoreException.Timeout
public class FlowRuleStoreException extends java.lang.RuntimeException
Top level exception for FlowRuleStore failures.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FlowRuleStoreException.Interrupted
Flowrule store operation interrupted.static class
FlowRuleStoreException.Timeout
Flowrule store operation timeout.
-
Constructor Summary
Constructors Constructor Description FlowRuleStoreException()
FlowRuleStoreException(java.lang.String message)
FlowRuleStoreException(java.lang.Throwable t)
-