public class TokenRequestFailedException extends RuntimeException
TokenRequestDeniedException
is
thrown.Constructor and Description |
---|
TokenRequestFailedException(String message)
Creates a new exception based on the given message.
|
TokenRequestFailedException(String message,
Throwable cause)
Creates a new exception based on the given messagen and causing exception.
|
TokenRequestFailedException(Throwable cause)
Creates a new exception based on the given causing exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TokenRequestFailedException(@Nullable String message)
message
- The message describing the cause of the exception to be created.public TokenRequestFailedException(@Nullable Throwable cause)
cause
- The exception that is the cause for the exception to be created.public TokenRequestFailedException(@Nullable String message, @Nullable Throwable cause)
message
- The message describing the cause of the exception to be created.cause
- The exception that is the cause for the exception to be created.Copyright © 2021 SAP SE. All rights reserved.