Class NotificationStatus
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.notification.NotificationStatus
-
public class NotificationStatus extends java.lang.Object
Notification status. Not an exception as the status is retrieved asynchronously, via aFuture
.- Author:
- K. Benedyczak
-
-
Constructor Summary
Constructors Constructor Description NotificationStatus()
NotificationStatus(java.lang.Exception problem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Exception
getProblem()
boolean
isSuccessful()
void
setProblem(java.lang.Exception problem)
-