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
public class SubscriptionNotFoundException extends RuntimeException
Indicates that a subscription was not found in, either on source or sink side.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubscriptionNotFoundException()SubscriptionNotFoundException(String message)SubscriptionNotFoundException(String message, Throwable cause)SubscriptionNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)SubscriptionNotFoundException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SubscriptionNotFoundException
public SubscriptionNotFoundException()
-
SubscriptionNotFoundException
public SubscriptionNotFoundException(String message)
-
SubscriptionNotFoundException
public SubscriptionNotFoundException(String message, Throwable cause)
-
SubscriptionNotFoundException
public SubscriptionNotFoundException(Throwable cause)
-
-