Class EcmEventProcessingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EcmEventProcessingException
    extends com.lexmark.saperion.exceptions.EcmRuntimeException
    This exception is thrown when the processing of an ECM event has failed.
    See Also:
    Serialized Form
    • 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

      • EcmEventProcessingException

        public EcmEventProcessingException()
      • EcmEventProcessingException

        public EcmEventProcessingException​(com.lexmark.saperion.exceptions.ErrorDetailsType errorDetails,
                                           java.util.Map<java.lang.String,​java.lang.String> parameters,
                                           java.lang.String message,
                                           java.lang.Throwable cause)
      • EcmEventProcessingException

        public EcmEventProcessingException​(com.lexmark.saperion.exceptions.ErrorDetailsType errorDetails,
                                           java.lang.String message,
                                           java.lang.Throwable cause)
      • EcmEventProcessingException

        public EcmEventProcessingException​(java.lang.String message)
      • EcmEventProcessingException

        public EcmEventProcessingException​(java.lang.Throwable cause)
      • EcmEventProcessingException

        public EcmEventProcessingException​(com.lexmark.saperion.exceptions.EcmException cause)
      • EcmEventProcessingException

        public EcmEventProcessingException​(java.lang.String message,
                                           java.lang.Throwable cause)
      • EcmEventProcessingException

        public EcmEventProcessingException​(com.lexmark.saperion.exceptions.ErrorType error,
                                           java.lang.Throwable cause)