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