public class LogonErrorException extends RequestExecutionException
| Constructor and Description |
|---|
LogonErrorException() |
LogonErrorException(String message)
Constructor.
|
LogonErrorException(String message,
Throwable cause)
Constructor.
|
LogonErrorException(Throwable cause)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseWithErrorCode |
getErrorResponse() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LogonErrorException(@Nullable String message)
message - The message.public LogonErrorException(@Nullable Throwable cause)
cause - The error cause.public LogonErrorException(@Nullable String message, @Nullable Throwable cause)
message - The message.cause - The error cause.public LogonErrorException()
@Nonnull public ResponseWithErrorCode getErrorResponse()
getErrorResponse in interface WithErrorResponsegetErrorResponse in class RequestExecutionExceptionCopyright © 2022 SAP SE. All rights reserved.