Skip to content
Snippets Groups Projects
Commit dd963a31 authored by sanjivininaikar's avatar sanjivininaikar
Browse files

Create HeaderFieldsException.java

Support for IPv6
parent 9a32ba5e
No related branches found
No related tags found
No related merge requests found
package net.floodlightcontroller.staticflowentry;
public class HeaderFieldsException extends Exception {
/**
*
*/
private static final long serialVersionUID = 1L;
public HeaderFieldsException(String s) {
super(s);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment