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