public final class ClosedSessionException extends 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
Flags.verboseExceptionSampler()'s decision. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static ClosedSessionException get()
ClosedSessionException which may be a singleton or a new instance, depending on
Flags.verboseExceptionSampler()'s decision.Copyright © 2020 LeanCloud. All rights reserved.