blob: fa52c082958e71fad83b85ecfcd5046f0abf3dec [file] [log] [blame]
alshabib1f44e8e2014-08-14 15:19:57 -07001package org.projectfloodlight.openflow.exceptions;
2
3public class OFUnsupported extends Exception {
4
5 private static final long serialVersionUID = 1L;
6
7}