Package org.onosproject.net.behaviour
Class BngProgrammable.BngProgrammableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.onosproject.net.behaviour.BngProgrammable.BngProgrammableException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- BngProgrammable
public static class BngProgrammable.BngProgrammableException extends java.lang.Exception
An exception indicating a an error happened in the BNG programmable behaviour.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BngProgrammableException(java.lang.String message)
Creates a new exception for the given message.
-