package org.bundlebee.remoteservicecall; /** * * @author joergp */ public class RemotingException extends Exception { public RemotingException( Throwable t ) { super( t ); } }