public class FeatureNotEnabledException extends RuntimeException implements WithErrorResponse
Constructor and Description |
---|
FeatureNotEnabledException(String featureName) |
FeatureNotEnabledException(String featureName,
String supportComponent) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ResponseWithErrorCode |
getErrorResponse() |
String |
getFeatureName() |
String |
getSupportComponent() |
int |
hashCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public FeatureNotEnabledException(String featureName)
public ResponseWithErrorCode getErrorResponse()
getErrorResponse
in interface WithErrorResponse
@Generated(value="lombok") public String getFeatureName()
@Generated(value="lombok") public String getSupportComponent()
@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.