public final class ClosedSessionException
extends java.lang.RuntimeException
RuntimeException
raised when the connection to the remote peer has been closed unexpectedly.Modifier and Type | Method and Description |
---|---|
static ClosedSessionException |
get()
Returns a
ClosedSessionException which may be a singleton or a new instance, depending on
whether the verbose mode is enabled. |
public static ClosedSessionException get()
ClosedSessionException
which may be a singleton or a new instance, depending on
whether the verbose mode
is enabled.