public class AxonServerNonTransientRemoteQueryHandlingException extends RemoteNonTransientHandlingException
Constructor and Description |
---|
AxonServerNonTransientRemoteQueryHandlingException(String errorCode,
io.axoniq.axonserver.grpc.ErrorMessage errorMessage)
Initialize the exception with given
errorCode and errorMessage . |
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode()
Returns the error code as reported by the server.
|
String |
getServer()
Returns the name of the server that reported the error.
|
String |
toString() |
getExceptionDescriptions
isCauseOf
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public AxonServerNonTransientRemoteQueryHandlingException(String errorCode, io.axoniq.axonserver.grpc.ErrorMessage errorMessage)
errorCode
and errorMessage
.errorCode
- the code reported by the servererrorMessage
- the message describing the exception on the remote endpublic String getErrorCode()
public String getServer()
Copyright © 2010–2023. All rights reserved.