Class RequestLogAvailabilityException

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

public final class RequestLogAvailabilityException
extends RuntimeException
A RuntimeException raised when accessing a RequestLog property that's not available yet.
See Also:
Serialized Form
  • Constructor Details

    • RequestLogAvailabilityException

      public RequestLogAvailabilityException()
      Creates a new instance.
    • RequestLogAvailabilityException

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

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

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