@Beta public class RestRequestException extends RuntimeException
Constructor and Description |
---|
RestRequestException(String message)
Thrown if an error occurs during the invocation of a REST service.
|
RestRequestException(String message,
Throwable cause)
Thrown if an error occurs during the invocation of a REST service.
|
RestRequestException(Throwable cause)
Thrown if an error occurs during the invocation of a REST service.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RestRequestException(@Nonnull String message)
message
- The message of this exceptionpublic RestRequestException(@Nonnull String message, @Nonnull Throwable cause)
message
- The message of this exceptioncause
- The cause of this exceptionCopyright © 2020 SAP SE. All rights reserved.