public class SubscriptionNotFoundException extends EventException
Subscription not being found in the OSGi registry.| Constructor and Description |
|---|
SubscriptionNotFoundException(String message)
Instantiates a new subscription not found exception with the provided message.
|
SubscriptionNotFoundException(String message,
Throwable throwable)
Instantiates a new subscription not found exception with the provided message and throwable.
|
SubscriptionNotFoundException(Throwable throwable)
Instantiates a new subscription not found exception with the provided throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SubscriptionNotFoundException(String message)
message - the messagepublic SubscriptionNotFoundException(String message, Throwable throwable)
message - the messagethrowable - the throwablepublic SubscriptionNotFoundException(Throwable throwable)
throwable - the throwableThis work is licensed under a Creative Commons Attribution 4.0 International License.