public final class RequestLogAvailabilityException extends RuntimeException
RuntimeException raised when accessing a RequestLog property that's not available yet.| 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. |
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(String message)
message.public RequestLogAvailabilityException(String message, Throwable cause)
message and cause.public RequestLogAvailabilityException(Throwable cause)
cause.Copyright © 2020 LeanCloud. All rights reserved.