@Beta public final class RuntimeRequestException extends RequestException
Request fails to process a request.| Constructor and Description |
|---|
RuntimeRequestException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRetriable() |
Throwable |
unwrap()
Unwraps the underlying failure.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic boolean isRetriable()
isRetriable in class RequestExceptionpublic Throwable unwrap()
RequestExceptionRuntimeRequestException.unwrap in class RequestExceptionRuntimeRequestException, or the exception
itself.Copyright © 2019 OpenDaylight. All rights reserved.