package net.whistlingfish.harmony.protocol; public class HarmonyProtocolException extends RuntimeException { private static final long serialVersionUID = 1L; public HarmonyProtocolException(String message) { super(message); } }