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:
Serializable
- Enclosing interface:
- BngProgrammable
public static class BngProgrammable.BngProgrammableException extends Exception
An exception indicating a an error happened in the BNG programmable behaviour.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BngProgrammableException(String message)
Creates a new exception for the given message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BngProgrammableException
public BngProgrammableException(String message)
Creates a new exception for the given message.- Parameters:
message
- message
-
-