package net.fortytwo.sesametools.ldserver; /** * @author Joshua Shinavier (http://fortytwo.net) */ public class ServerException extends Exception { public ServerException(final Throwable cause) { super(cause); } }