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.RuntimeExceptionTop level exception for FlowRuleStore failures.- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFlowRuleStoreException.InterruptedFlowrule store operation interrupted.static classFlowRuleStoreException.TimeoutFlowrule store operation timeout. 
- 
Constructor Summary
Constructors Constructor Description FlowRuleStoreException()FlowRuleStoreException(java.lang.String message)FlowRuleStoreException(java.lang.Throwable t) 
 -