Class MessengerConnectorEventProcessingFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.novomind.ecom.api.iagent.messenger.exception.MessengerConnectorEventProcessingFailedException
- All Implemented Interfaces:
Serializable
Signals that an exception has occurred during the processing of a messenger connector event.
- Since:
- 12.20
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMessengerConnectorEventProcessingFailedException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MessengerConnectorEventProcessingFailedException
public MessengerConnectorEventProcessingFailedException()- Since:
- 12.20
-
MessengerConnectorEventProcessingFailedException
- Parameters:
message
- the detail message (which is saved for later retrieval by theThrowable.getMessage()
method).- Since:
- 12.20
-
MessengerConnectorEventProcessingFailedException
- Parameters:
message
- the detail message (which is saved for later retrieval by theThrowable.getMessage()
method).cause
- the cause (which is saved for later retrieval by theThrowable.getCause()
method). (Anull
value is permitted, and indicates that the cause is nonexistent or unknown.)- Since:
- 12.20
-