public class SendResult extends Object
| Constructor and Description |
|---|
SendResult()
Construct a SendResult carrying an no exception.
|
SendResult(Throwable exception)
Construct a SendResult carrying an exception.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getException()
The problem sending the message.
|
boolean |
isOK()
Determines if this result is ok or not.
|
public SendResult(Throwable exception)
public SendResult()
public Throwable getException()
public boolean isOK()
Copyright © 2012. All Rights Reserved.