public class RequestLogAvailabilityException extends RuntimeException
RuntimeException raised when accessing a RequestLog property that's not available yet.| Modifier | Constructor and Description |
|---|---|
|
RequestLogAvailabilityException()
Creates a new instance.
|
|
RequestLogAvailabilityException(String message)
Creates a new instance with the specified
message. |
|
RequestLogAvailabilityException(String message,
Throwable cause)
Creates a new instance with the specified
message and cause. |
protected |
RequestLogAvailabilityException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Creates a new instance with the specified
message, cause, suppression enabled or
disabled, and writable stack trace enabled or disabled. |
|
RequestLogAvailabilityException(Throwable cause)
Creates a new instance with the specified
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RequestLogAvailabilityException()
public RequestLogAvailabilityException(@Nullable String message)
message.public RequestLogAvailabilityException(@Nullable String message, @Nullable Throwable cause)
message and cause.public RequestLogAvailabilityException(@Nullable Throwable cause)
cause.protected RequestLogAvailabilityException(@Nullable String message, @Nullable Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message, cause, suppression enabled or
disabled, and writable stack trace enabled or disabled.Copyright © 2020 LeanCloud. All rights reserved.