public class NotImplementedException extends RuntimeException implements WithErrorResponse
Constructor and Description |
---|
NotImplementedException() |
NotImplementedException(String message) |
NotImplementedException(String message,
Throwable cause) |
NotImplementedException(Throwable cause) |
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, setStackTrace
public NotImplementedException(String message)
public NotImplementedException(Throwable cause)
public NotImplementedException()
public ResponseWithErrorCode getErrorResponse()
WithErrorResponse
getErrorResponse
in interface WithErrorResponse
protected boolean canEqual(Object other)
Copyright © 2018 SAP SE. All rights reserved.