Class EmptyHttpResponseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.armeria.common.EmptyHttpResponseException
All Implemented Interfaces:
Serializable

@UnstableApi public final class EmptyHttpResponseException extends RuntimeException
An exception which is thrown when an HttpResponse without any headers or body is attempted to be sent over the wire.
See Also: