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:
Serializable

public class SearchRuntimeException extends com.lexmark.saperion.exceptions.EcmRuntimeException
This client exception indicates that a search failed in a context where checked exceptions are prohibited.
Author:
jschwarz
See Also:
  • Constructor Details

    • SearchRuntimeException

      public SearchRuntimeException(String message, com.lexmark.saperion.exceptions.EcmException cause)
      Creates a new exception with the given exception cause and exception message.
      Parameters:
      message - the exception message
      cause - the exception cause
    • SearchRuntimeException

      public SearchRuntimeException(com.lexmark.saperion.exceptions.ErrorType errorType, Throwable cause)
      Creates a new exception with the given error code and exception cause.
      Parameters:
      errorType - the error information
      cause - the exception cause