public class EventListenerSubscriptionFailedException extends AxonNonTransientException
| Constructor and Description |
|---|
EventListenerSubscriptionFailedException(String message)
Initializes the exception with given descriptive
message. |
EventListenerSubscriptionFailedException(String message,
Throwable cause)
Initializes the exception with given descriptive
message and originating cause. |
isCauseOfaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EventListenerSubscriptionFailedException(String message)
message.message - The message describing the cause of the errorpublic EventListenerSubscriptionFailedException(String message, Throwable cause)
message and originating cause.message - The message describing the cause of the errorcause - The cause of the exceptionCopyright © 2010-2014. All Rights Reserved.