public class InvalidSubscriptionException extends EventException
Subscription, such as a missing DeliveryMethod.| Constructor and Description |
|---|
InvalidSubscriptionException(String message)
Instantiates a new invalid subscription exception with the provided message.
|
InvalidSubscriptionException(String message,
Throwable throwable)
Instantiates a new invalid subscription exception with the provided message and throwable.
|
InvalidSubscriptionException(Throwable throwable)
Instantiates a new invalid subscription exception with the provided throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidSubscriptionException(String message)
message - the messagepublic InvalidSubscriptionException(String message, Throwable throwable)
message - the messagethrowable - the throwablepublic InvalidSubscriptionException(Throwable throwable)
throwable - the throwableThis work is licensed under a Creative Commons Attribution 4.0 International License.