public class SearchException extends ApplicationException
Modifier and Type | Class and Description |
---|---|
static class |
SearchException.SearchError
Error code implementation for database query exceptions.
|
ApplicationException.ApplicationError
Modifier | Constructor and Description |
---|---|
|
SearchException(ErrorType fault,
Throwable cause)
Default constructor used by serialization methods.
|
protected |
SearchException(SearchException.SearchError searchError,
String message)
Creates a new exception with the given error code, error details, exception cause and exception message.
|
protected |
SearchException(SearchException.SearchError searchError,
String message,
ErrorDetailsType errorDetails)
Creates a new exception with the given error code, error details, exception cause and exception message.
|
protected |
SearchException(SearchException.SearchError searchError,
String message,
Throwable cause)
Creates a new exception with the given error code, error details, exception cause and exception message.
|
protected |
SearchException(SearchException.SearchError searchError,
String message,
Throwable cause,
ErrorDetailsType errorDetails)
Creates a new exception with the given error code, error details, exception cause and exception message.
|
createError, getDescriptionParameters, getErrorCode, getErrorDetails
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SearchException(ErrorType fault, Throwable cause)
fault
- the fault descriptioncause
- the fault causeprotected SearchException(SearchException.SearchError searchError, String message, Throwable cause, ErrorDetailsType errorDetails)
searchError
- the error codemessage
- the exception messagecause
- the exception causeerrorDetails
- the error detailsprotected SearchException(SearchException.SearchError searchError, String message, Throwable cause)
searchError
- the error codemessage
- the exception messagecause
- the exception causeprotected SearchException(SearchException.SearchError searchError, String message, ErrorDetailsType errorDetails)
searchError
- the error codemessage
- the exception messageerrorDetails
- the error detailsprotected SearchException(SearchException.SearchError searchError, String message)
searchError
- the error codemessage
- the exception messageCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.