public class DestinationPathsNotMergeableException extends DestinationAccessException
Constructor and Description |
---|
DestinationPathsNotMergeableException()
Creates a new exception without any referenced destination name.
|
DestinationPathsNotMergeableException(String message)
Initializes the exception by delegating the message to the super constructor.
|
DestinationPathsNotMergeableException(String destinationName,
String message)
Initializes the exception by delegating the message to the super constructor and setting the name of the
destination causing the exception.
|
DestinationPathsNotMergeableException(String destinationName,
String message,
Throwable cause)
Initializes the exception by delegating the message and the causing exception to the super constructor and
setting the name of the destination causing the exception.
|
DestinationPathsNotMergeableException(String message,
Throwable cause)
Initializes the exception by delegating the message and the causing exception to the super constructor.
|
DestinationPathsNotMergeableException(Throwable cause)
Initializes the exception by delegating the causing exception to the super constructor.
|
getDestinationName, getErrorResponse
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DestinationPathsNotMergeableException()
public DestinationPathsNotMergeableException(String message)
message
- The exception message.public DestinationPathsNotMergeableException(Throwable cause)
cause
- The exception that caused the exception to be created.public DestinationPathsNotMergeableException(String message, Throwable cause)
message
- The exception message.cause
- The exception that caused the exception to be created.public DestinationPathsNotMergeableException(@Nullable String destinationName, String message)
destinationName
- The name of the destination causing this exception.message
- The exception message.public DestinationPathsNotMergeableException(@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.Copyright © 2018 SAP SE. All rights reserved.