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 |
---|---|
boolean |
equals(Object o) |
ResponseWithErrorCode |
getErrorResponse() |
int |
hashCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public NotImplementedException(String message)
public NotImplementedException(Throwable cause)
@Generated(value="lombok") public NotImplementedException()
public ResponseWithErrorCode getErrorResponse()
getErrorResponse
in interface WithErrorResponse
@Generated(value="lombok") public String toString()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
Copyright © 2017 SAP SE. All rights reserved.