public class DestinationOAuthTokenException extends DestinationAccessException
Constructor and Description |
---|
DestinationOAuthTokenException() |
DestinationOAuthTokenException(String destinationName)
Initializes the exception by setting a custom message based on the name of the causing destination.
|
DestinationOAuthTokenException(String destinationName,
String message)
Initializes the exception by delegating the message and the name of the destination causing the exception to the
super constructor.
|
DestinationOAuthTokenException(String destinationName,
String message,
Throwable cause)
Initializes the exception by delegating the causing exception, the message, and the name of the destination
causing the exception to the super constructor.
|
DestinationOAuthTokenException(String destinationName,
Throwable cause)
Initializes the exception by delegating the causing exception and the name of the destination causing the
exception to the super constructor.
|
getDestinationName, getErrorResponse
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DestinationOAuthTokenException(@Nullable String destinationName)
destinationName
- The name of the destination causing this exception.public DestinationOAuthTokenException(@Nullable String destinationName, String message)
destinationName
- The name of the destination causing this exception.message
- The exception message.public DestinationOAuthTokenException(@Nullable String destinationName, Throwable cause)
destinationName
- The name of the destination causing this exception.cause
- The exception that caused the exception to be created.public DestinationOAuthTokenException(@Nullable String destinationName, String message, Throwable cause)
destinationName
- The name of the destination causing this exception.message
- The exception message.cause
- The exception that caused the exception to be created.public DestinationOAuthTokenException()
Copyright © 2020 SAP SE. All rights reserved.