@Deprecated public class ClosedPublisherException extends RuntimeException
RuntimeException that is raised when a StreamWriter attempts to write an object to a
closed StreamMessage.| Modifier and Type | Method and Description |
|---|---|
static ClosedPublisherException |
get()
Deprecated.
Returns a
ClosedPublisherException 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 ClosedPublisherException get()
ClosedPublisherException which may be a singleton or a new instance, depending on
Flags.verboseExceptionSampler()'s decision.Copyright © 2020 LeanCloud. All rights reserved.