Class SubscriptionRequestResponseClientNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.somda.sdc.dpws.soap.wseventing.exception.SubscriptionRequestResponseClientNotFoundException
-
- All Implemented Interfaces:
Serializable
public class SubscriptionRequestResponseClientNotFoundException extends RuntimeException
Indicates that the Http Client for a certain subscription was not found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubscriptionRequestResponseClientNotFoundException()SubscriptionRequestResponseClientNotFoundException(String message)SubscriptionRequestResponseClientNotFoundException(String message, Throwable cause)SubscriptionRequestResponseClientNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)SubscriptionRequestResponseClientNotFoundException(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
-
SubscriptionRequestResponseClientNotFoundException
public SubscriptionRequestResponseClientNotFoundException()
-
SubscriptionRequestResponseClientNotFoundException
public SubscriptionRequestResponseClientNotFoundException(String message)
-
SubscriptionRequestResponseClientNotFoundException
public SubscriptionRequestResponseClientNotFoundException(String message, Throwable cause)
-
SubscriptionRequestResponseClientNotFoundException
public SubscriptionRequestResponseClientNotFoundException(Throwable cause)
-
-