public class VersionNotSupportedException extends Exception implements WithErrorResponse
Constructor and Description |
---|
VersionNotSupportedException() |
VersionNotSupportedException(String message) |
VersionNotSupportedException(String message,
Throwable cause) |
VersionNotSupportedException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
ResponseWithErrorCode |
getErrorResponse()
Gets the response containing an HTTP error code.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public VersionNotSupportedException(String message)
public VersionNotSupportedException(Throwable cause)
public VersionNotSupportedException()
public ResponseWithErrorCode getErrorResponse()
WithErrorResponse
getErrorResponse
in interface WithErrorResponse
Copyright © 2018 SAP SE. All rights reserved.