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:
  • Constructor Details

    • SubscriptionRequestResponseClientNotFoundException

      public SubscriptionRequestResponseClientNotFoundException()
    • SubscriptionRequestResponseClientNotFoundException

      public SubscriptionRequestResponseClientNotFoundException(String message)
    • SubscriptionRequestResponseClientNotFoundException

      public SubscriptionRequestResponseClientNotFoundException(String message, Throwable cause)
    • SubscriptionRequestResponseClientNotFoundException

      public SubscriptionRequestResponseClientNotFoundException(Throwable cause)
    • SubscriptionRequestResponseClientNotFoundException

      public SubscriptionRequestResponseClientNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)