mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-14 15:01:07 +01:00
Expose InterruptedException
SMACK-632
This commit is contained in:
parent
43b99a2a85
commit
bc61527bd2
124 changed files with 977 additions and 597 deletions
|
|
@ -107,8 +107,9 @@ public class PEPManager {
|
|||
*
|
||||
* @param item the item to publish.
|
||||
* @throws NotConnectedException
|
||||
* @throws InterruptedException
|
||||
*/
|
||||
public void publish(PEPItem item) throws NotConnectedException {
|
||||
public void publish(PEPItem item) throws NotConnectedException, InterruptedException {
|
||||
// Create a new message to publish the event.
|
||||
PEPPubSub pubSub = new PEPPubSub(item);
|
||||
pubSub.setType(Type.set);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue