Package org.somda.sdc.dpws.client
Class Subscription.Failed
-
- All Implemented Interfaces:
-
org.somda.sdc.dpws.client.Subscription
public final class Subscription.Failed implements Subscription
Event indicating that a subscription has failed in an unspecified manner.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringeprAddressprivate final StringsubscriptionIdprivate final Stringmessageprivate final Throwablecause
-
Constructor Summary
Constructors Constructor Description Subscription.Failed(String eprAddress, String subscriptionId, String message, Throwable cause)
-
Method Summary
Modifier and Type Method Description StringgetEprAddress()endpoint reference address of the hosting service for this subscription StringgetSubscriptionId()the internal identifier given to the subscription final StringgetMessage()a message describing the failure final ThrowablegetCause()the cause of the failure -
-
Method Detail
-
getEprAddress
String getEprAddress()
endpoint reference address of the hosting service for this subscription
-
getSubscriptionId
String getSubscriptionId()
the internal identifier given to the subscription
-
getMessage
final String getMessage()
a message describing the failure
-
-
-
-