public class MembershipUpdateFailedException extends AxonException
| Constructor and Description | 
|---|
MembershipUpdateFailedException(String message)
Initializes the exception using the given  
message. | 
MembershipUpdateFailedException(String message,
                               Throwable cause)
Initializes the exception using the given  
message and cause. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MembershipUpdateFailedException(String message)
message.message - The message describing the exceptionCopyright © 2010–2018. All rights reserved.