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 Summary
ConstructorsConstructorDescriptionEcmEventProcessingException
(com.lexmark.saperion.exceptions.EcmException cause) EcmEventProcessingException
(com.lexmark.saperion.exceptions.ErrorDetailsType errorDetails, String message, Throwable cause) EcmEventProcessingException
(com.lexmark.saperion.exceptions.ErrorDetailsType errorDetails, Map<String, String> parameters, String message, Throwable cause) EcmEventProcessingException
(com.lexmark.saperion.exceptions.ErrorType error, Throwable cause) EcmEventProcessingException
(String message) EcmEventProcessingException
(String message, Throwable cause) -
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
-
Constructor Details
-
EcmEventProcessingException
public EcmEventProcessingException() -
EcmEventProcessingException
-
EcmEventProcessingException
-
EcmEventProcessingException
-
EcmEventProcessingException
-
EcmEventProcessingException
public EcmEventProcessingException(com.lexmark.saperion.exceptions.EcmException cause) -
EcmEventProcessingException
-
EcmEventProcessingException
public EcmEventProcessingException(com.lexmark.saperion.exceptions.ErrorType error, Throwable cause)
-