public class FacetConfigServiceException extends Exception
FacetSearchConfigService extend from this exception.| Constructor and Description |
|---|
FacetConfigServiceException(String message)
Initializes the exception
|
FacetConfigServiceException(String configName,
String message)
Initializes the exception
|
FacetConfigServiceException(String configName,
String message,
Throwable nested)
Initializes the exception
|
FacetConfigServiceException(String message,
Throwable nested)
Initializes the exception
|
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigName()
Get configuration name
|
String |
getMessage()
Get error message
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FacetConfigServiceException(String configName, String message, Throwable nested)
configName - - name of search configurationmessage - - error messagenested - - nested exceptionpublic FacetConfigServiceException(String configName, String message)
configName - - name of search configurationmessage - - error messagepublic FacetConfigServiceException(String message, Throwable nested)
message - - error messagenested - - nested exceptionpublic FacetConfigServiceException(String message)
message - - error messagepublic String getConfigName()
public String getMessage()
getMessage in class ThrowableCopyright © 2017 SAP SE. All Rights Reserved.