public class RemotingException
extends java.lang.Exception
Server.start())
and asynchronously (through an invocation
of ExceptionHandler.handleException(com.lightstreamer.adapters.remote.RemotingException)).| Constructor and Description |
|---|
RemotingException(java.lang.String msg)
Used by the Remote Server to construct a RemotingException
with a supplied error message text.
|
RemotingException(java.lang.String msg,
java.lang.Exception e)
Used by the Remote Server to construct a RemotingException
with a supplied error message text and cause exception.
|
public RemotingException(java.lang.String msg)
msg - The detail message.public RemotingException(java.lang.String msg,
java.lang.Exception e)
msg - The detail message.e - The cause.