Class ExtensionPropertyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.onosproject.net.flow.instructions.ExtensionPropertyException
-
- All Implemented Interfaces:
Serializable
public class ExtensionPropertyException extends Exception
Exception indicating there was an error while setting/getting an extension instruction property.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExtensionPropertyException(String message)
ExtensionPropertyException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-