Class EcmEventProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.lexmark.saperion.exceptions.EcmRuntimeException
com.lexmark.saperion.exceptions.runtime.EcmEventProcessingException
All Implemented Interfaces:
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:
  • Constructor Details

    • EcmEventProcessingException

      public EcmEventProcessingException()
    • EcmEventProcessingException

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

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

      public EcmEventProcessingException(String message)
    • EcmEventProcessingException

      public EcmEventProcessingException(Throwable cause)
    • EcmEventProcessingException

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

      public EcmEventProcessingException(String message, Throwable cause)
    • EcmEventProcessingException

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