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

    • SubscriptionNotFoundException

      public SubscriptionNotFoundException()
    • SubscriptionNotFoundException

      public SubscriptionNotFoundException(String message)
    • SubscriptionNotFoundException

      public SubscriptionNotFoundException(String message, Throwable cause)
    • SubscriptionNotFoundException

      public SubscriptionNotFoundException(Throwable cause)
    • SubscriptionNotFoundException

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