Class RequestLogAvailabilityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.armeria.common.logging.RequestLogAvailabilityException
- All Implemented Interfaces:
Serializable
A
RuntimeException
raised when accessing a RequestLog
property that's not available yet.- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new instance.Creates a new instance with the specifiedmessage
.RequestLogAvailabilityException
(@Nullable String message, @Nullable Throwable cause) Creates a new instance with the specifiedmessage
andcause
.Creates a new instance with the specifiedcause
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RequestLogAvailabilityException
public RequestLogAvailabilityException()Creates a new instance. -
RequestLogAvailabilityException
Creates a new instance with the specifiedmessage
. -
RequestLogAvailabilityException
public RequestLogAvailabilityException(@Nullable @Nullable String message, @Nullable @Nullable Throwable cause) Creates a new instance with the specifiedmessage
andcause
. -
RequestLogAvailabilityException
Creates a new instance with the specifiedcause
.
-