org.axonframework.eventhandling
Class EventListenerSubscriptionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.common.AxonNonTransientException
org.axonframework.eventhandling.EventListenerSubscriptionFailedException
- All Implemented Interfaces:
- Serializable
public class EventListenerSubscriptionFailedException
- extends AxonNonTransientException
Exception indicating that the subscription of an Event Listener has not succeeded. Generally, it means that some
pre-conditions set by the Event Bus implementation for the listener have not been met.
- Since:
- 2.0
- Author:
- Allard Buijze
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EventListenerSubscriptionFailedException
public EventListenerSubscriptionFailedException(String message)
- Initializes the exception with given descriptive
message
.
- Parameters:
message
- The message describing the cause of the error
EventListenerSubscriptionFailedException
public EventListenerSubscriptionFailedException(String message,
Throwable cause)
- Initializes the exception with given descriptive
message
and originating cause
.
- Parameters:
message
- The message describing the cause of the errorcause
- The cause of the exception
Copyright © 2010-2016. All Rights Reserved.