blob: 14e96db55de5e248008ca9dc6b1209d010eb91cf [file] [log] [blame]
package org.openflow.exceptions;
public class OFUnsupported extends Exception {
private static final long serialVersionUID = 1L;
}