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 . |
isCauseOf
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.