Package org.jboss.remoting.samples.chat.exceptions

Examples of org.jboss.remoting.samples.chat.exceptions.RemoteConnectionException


/* 315 */         this.serverClient.invoke(invocation);
/*     */       }
/*     */       catch (Throwable e)
/*     */       {
/* 319 */         RemoteStrategyRemoting.log.error(e);
/* 320 */         throw new RemoteConnectionException();
/*     */       }
/*     */     }
View Full Code Here

TOP

Related Classes of org.jboss.remoting.samples.chat.exceptions.RemoteConnectionException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.