org.axonframework.commandhandling.distributed.jgroups
Class MembershipUpdateFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.commandhandling.distributed.jgroups.MembershipUpdateFailedException
- All Implemented Interfaces:
- Serializable
public class MembershipUpdateFailedException
- extends AxonException
Exception indicating that a node has failed to update its membership details with the other nodes. Typically, this
indicates a mismatch between the views on different nodes, causing misdirected commands.
- 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 |
MembershipUpdateFailedException
public MembershipUpdateFailedException(String message)
- Initializes the exception using the given
message
.
- Parameters:
message
- The message describing the exception
MembershipUpdateFailedException
public MembershipUpdateFailedException(String message,
Throwable cause)
- Initializes the exception using the given
message
and cause
.
- Parameters:
message
- The message describing the exceptioncause
- The underlying cause of the exception
Copyright © 2010-2016. All Rights Reserved.