public final class SendResult
extends java.lang.Object
| Constructor and Description | 
|---|
SendResult()
Construct a SendResult signifying a successful send carrying no exception. 
 | 
SendResult(java.lang.Throwable exception)
Construct a SendResult carrying an exception. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Throwable | 
getException()
The problem sending the message. 
 | 
boolean | 
isOK()
Determines if this result is ok or not. 
 |