Class MessengerConnectorEventProcessingFailedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MessengerConnectorEventProcessingFailedException
    extends java.lang.Exception
    Signals that an exception has occurred during the processing of a messenger connector event.
    Since:
    12.20
    See Also:
    Serialized Form
    • Constructor Detail

      • MessengerConnectorEventProcessingFailedException

        public MessengerConnectorEventProcessingFailedException()
        Since:
        12.20
      • MessengerConnectorEventProcessingFailedException

        public MessengerConnectorEventProcessingFailedException​(java.lang.String message)
        Parameters:
        message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
        Since:
        12.20
      • MessengerConnectorEventProcessingFailedException

        public MessengerConnectorEventProcessingFailedException​(java.lang.String message,
                                                                java.lang.Throwable cause)
        Parameters:
        message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
        cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
        Since:
        12.20