Class SubscriptionNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.somda.sdc.dpws.soap.wseventing.exception.SubscriptionNotFoundException
- All Implemented Interfaces:
Serializable
Indicates that a subscription was not found in, either on source or sink side.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSubscriptionNotFoundException(String message) SubscriptionNotFoundException(String message, Throwable cause) SubscriptionNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SubscriptionNotFoundException
public SubscriptionNotFoundException() -
SubscriptionNotFoundException
-
SubscriptionNotFoundException
-
SubscriptionNotFoundException
-
SubscriptionNotFoundException
-