Class SubscriptionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SubscriptionException
    extends AbstractCheckedException
    Thrown when an attempt to create a subscription fails.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SubscriptionException​(java.lang.String message)
      The constructor.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SubscriptionException

        public SubscriptionException​(java.lang.String message)
        The constructor.
        Parameters:
        message - the detail message that explains the exception.