Class MessengerConnectorTemporarySendException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.novomind.ecom.api.iagent.messenger.exception.MessengerConnectorTemporarySendException
- All Implemented Interfaces:
Serializable
Signals that a temporary exception has occurred during the sending of a messenger connector event.
- Since:
- 12.20
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newMessengerConnectorTemporarySendExceptionwith no detail message.Constructs a newMessengerConnectorTemporarySendExceptionwith the specified detail message.MessengerConnectorTemporarySendException(String message, Throwable cause) Constructs a newMessengerConnectorTemporarySendExceptionwith the specified detail message and 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
-
MessengerConnectorTemporarySendException
public MessengerConnectorTemporarySendException()Constructs a newMessengerConnectorTemporarySendExceptionwith no detail message.- Since:
- 12.20
-
MessengerConnectorTemporarySendException
Constructs a newMessengerConnectorTemporarySendExceptionwith the specified detail message.- Parameters:
message- the detail message (which is saved for later retrieval by theThrowable.getMessage()method).- Since:
- 12.20
-
MessengerConnectorTemporarySendException
Constructs a newMessengerConnectorTemporarySendExceptionwith the specified detail message and cause.- 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). (Anullvalue is permitted, and indicates that the cause is nonexistent or unknown.)- Since:
- 12.20
-