public class DestinationNotFoundException extends RuntimeException implements WithErrorResponse
Constructor and Description |
---|
DestinationNotFoundException() |
DestinationNotFoundException(String destinationName) |
DestinationNotFoundException(String destinationName,
String message) |
DestinationNotFoundException(String destinationName,
String message,
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 DestinationNotFoundException()
public DestinationNotFoundException(@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.