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:
Serializable
- Direct Known Subclasses:
FlowRuleStoreException.Interrupted
,FlowRuleStoreException.Timeout
public class FlowRuleStoreException extends 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(String message)
FlowRuleStoreException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-