@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, toString
public boolean isRetriable()
isRetriable
in class RequestException
public Throwable unwrap()
RequestException
RuntimeRequestException
.unwrap
in class RequestException
RuntimeRequestException
, or the exception
itself.Copyright © 2019 OpenDaylight. All rights reserved.