Class NoHttpContentException

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

@UnstableApi public final class NoHttpContentException extends RuntimeException
A RuntimeException that is raised when attempted to access a null request or response content.
See Also:
  • Constructor Details

    • NoHttpContentException

      public NoHttpContentException()
      Creates a new instance.
    • NoHttpContentException

      public NoHttpContentException(@Nullable @Nullable String message, @Nullable @Nullable Throwable cause)
      Creates a new instance with the specified message and cause.
    • NoHttpContentException

      public NoHttpContentException(@Nullable @Nullable String message)
      Creates a new instance with the specified message.
    • NoHttpContentException

      public NoHttpContentException(@Nullable @Nullable Throwable cause)
      Creates a new instance with the specified cause.