public class SearchRuntimeException
extends com.lexmark.saperion.exceptions.EcmRuntimeException
client exception
indicates that a search failed in a context where checked exceptions
are prohibited.Constructor and Description |
---|
SearchRuntimeException(com.lexmark.saperion.exceptions.ErrorType errorType,
Throwable cause)
Creates a new exception with the given error code and exception cause.
|
SearchRuntimeException(String message,
com.lexmark.saperion.exceptions.EcmException cause)
Creates a new exception with the given exception cause and exception message.
|
createError, getDescriptionParameters, getErrorCode, getErrorDetails
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SearchRuntimeException(String message, com.lexmark.saperion.exceptions.EcmException cause)
message
- the exception messagecause
- the exception causepublic SearchRuntimeException(com.lexmark.saperion.exceptions.ErrorType errorType, Throwable cause)
errorType
- the error informationcause
- the exception causeCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.