Class SearchRuntimeException

  • All Implemented Interfaces:
    java.io.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:
    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
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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 message
        cause - 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 information
        cause - the exception cause