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

Delete HeaderFieldsException.java

IPv6 support updated
parent 1af589cb
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