public class NotImplementedException extends RuntimeException implements WithErrorResponse
| Constructor and Description |
|---|
NotImplementedException() |
NotImplementedException(String message)
Exception constructor.
|
NotImplementedException(String message,
Throwable cause)
Exception constructor.
|
NotImplementedException(Throwable cause)
Exception constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
ResponseWithErrorCode |
getErrorResponse()
Gets the response containing an HTTP error code.
|
int |
hashCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic NotImplementedException(@Nullable String message)
message - The exception message.public NotImplementedException(@Nullable Throwable cause)
cause - The exception cause.public NotImplementedException(@Nullable String message, @Nullable Throwable cause)
message - The exception message.cause - The exception cause.public NotImplementedException()
@Nonnull public ResponseWithErrorCode getErrorResponse()
WithErrorResponsegetErrorResponse in interface WithErrorResponseCopyright © 2022 SAP SE. All rights reserved.