Class ClosedPublisherException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.linecorp.armeria.common.stream.ClosedPublisherException
-
- All Implemented Interfaces:
Serializable
public final class ClosedPublisherException extends RuntimeException
ARuntimeException
that is raised when aStreamWriter
attempts to write an object to a closedStreamMessage
.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ClosedPublisherException
get()
Returns aClosedPublisherException
which may be a singleton or a new instance, depending on whether the verbose exception mode is enabled.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
get
public static ClosedPublisherException get()
Returns aClosedPublisherException
which may be a singleton or a new instance, depending on whether the verbose exception mode is enabled.
-
-