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:
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
-
-
Constructor Summary
Constructors Constructor Description EcmEventProcessingException()
EcmEventProcessingException(com.lexmark.saperion.exceptions.EcmException cause)
EcmEventProcessingException(com.lexmark.saperion.exceptions.ErrorDetailsType errorDetails, java.lang.String message, java.lang.Throwable cause)
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(com.lexmark.saperion.exceptions.ErrorType error, java.lang.Throwable cause)
EcmEventProcessingException(java.lang.String message)
EcmEventProcessingException(java.lang.String message, java.lang.Throwable cause)
EcmEventProcessingException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.lexmark.saperion.exceptions.EcmRuntimeException
createError, getDescriptionParameters, getErrorCode, getErrorDetails
-
-
-
-
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)
-
-