public class DestinationAccessException extends RuntimeException implements WithErrorResponse
Constructor and Description |
---|
DestinationAccessException() |
DestinationAccessException(String message) |
DestinationAccessException(String destinationName,
String message) |
DestinationAccessException(String destinationName,
String message,
Throwable cause) |
DestinationAccessException(String message,
Throwable cause) |
DestinationAccessException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getDestinationName() |
ResponseWithErrorCode |
getErrorResponse() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DestinationAccessException()
public DestinationAccessException(String message)
public DestinationAccessException(Throwable cause)
public DestinationAccessException(@Nullable String destinationName, String message)
public ResponseWithErrorCode getErrorResponse()
getErrorResponse
in interface WithErrorResponse
@Nullable @Generated(value="lombok") public String getDestinationName()
Copyright © 2017 SAP SE. All rights reserved.