public class ServiceInstanceClientException
extends org.axonframework.common.AxonException
ServiceInstance threw a client side exception when an
attempt was made to retrieve MemberCapabilities.| Constructor and Description |
|---|
ServiceInstanceClientException(String message)
Initializes a
ServiceInstanceClientException using the given message. |
ServiceInstanceClientException(String message,
Throwable cause)
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceInstanceClientException(String message)
ServiceInstanceClientException using the given message.message - the message describing the exceptionCopyright © 2010–2023. All rights reserved.