Class SubscriptionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ametys.plugins.pagesubscription.SubscriptionException
All Implemented Interfaces:
Serializable

Common exception for all subscriptions.
See Also:
  • Constructor Details

    • SubscriptionException

      Constructs a new SubscriptionException.
    • SubscriptionException

      public SubscriptionException(String message)
      Constructs a new SubscriptionException with the specified message.
      Parameters:
      message - the message of the exception.
    • SubscriptionException

      Constructs a new SubscriptionException with the specified message.
      Parameters:
      message - the message of the exception.
      type - the type of the exception
    • SubscriptionException

      public SubscriptionException(String message, Throwable cause)
      Constructs a new SubscriptionException with the specified message and cause.
      Parameters:
      message - the message of the exception.
      cause - the cause of the exception.
    • SubscriptionException

      Constructs a new SubscriptionException with the specified message and cause.
      Parameters:
      message - the message of the exception.
      cause - the cause of the exception.
      type - the type of the exception
    • SubscriptionException

      Constructs a new SubscriptionException with the specified cause.
      Parameters:
      cause - the cause of the exception.
    • SubscriptionException

      Constructs a new SubscriptionException with the specified cause.
      Parameters:
      cause - the cause of the exception.
      type - the type of the exception
  • Method Details