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()
Gets the response containing an HTTP error code.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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()
WithErrorResponse
getErrorResponse
in interface WithErrorResponse
getErrorResponse
in class RequestExecutionException
Copyright © 2020 SAP SE. All rights reserved.