blob: 14e96db55de5e248008ca9dc6b1209d010eb91cf [file] [log] [blame]
Andreas Wundsam40e14f72013-05-06 14:49:08 -07001package org.openflow.exceptions;
2
3public class OFUnsupported extends Exception {
4
5 private static final long serialVersionUID = 1L;
6
7}