Class SearchRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.lexmark.saperion.exceptions.EcmRuntimeException
-
- com.lexmark.saperion.exceptions.runtime.SearchRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class SearchRuntimeException extends com.lexmark.saperion.exceptions.EcmRuntimeException
Thisclient exception
indicates that a search failed in a context where checked exceptions are prohibited.- Author:
- jschwarz
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SearchRuntimeException(com.lexmark.saperion.exceptions.ErrorType errorType, java.lang.Throwable cause)
Creates a new exception with the given error code and exception cause.SearchRuntimeException(java.lang.String message, com.lexmark.saperion.exceptions.EcmException cause)
Creates a new exception with the given exception cause and exception message.
-
Method Summary
-
Methods inherited from class com.lexmark.saperion.exceptions.EcmRuntimeException
createError, getDescriptionParameters, getErrorCode, getErrorDetails
-
-
-
-
Constructor Detail
-
SearchRuntimeException
public SearchRuntimeException(java.lang.String message, com.lexmark.saperion.exceptions.EcmException cause)
Creates a new exception with the given exception cause and exception message.- Parameters:
message
- the exception messagecause
- the exception cause
-
SearchRuntimeException
public SearchRuntimeException(com.lexmark.saperion.exceptions.ErrorType errorType, java.lang.Throwable cause)
Creates a new exception with the given error code and exception cause.- Parameters:
errorType
- the error informationcause
- the exception cause
-
-