public class AxonServerRemoteCommandHandlingException extends RemoteHandlingException
Constructor and Description |
---|
AxonServerRemoteCommandHandlingException(String errorCode,
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 |
getOriginServer()
Returns the name of the server that reported the error.
|
String |
toString() |
getExceptionDescriptions
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public AxonServerRemoteCommandHandlingException(String errorCode, ErrorMessage errorMessage)
errorCode
and errorMessage
.errorCode
- the code reported by the servererrorMessage
- the message describing the exception on the remote endpublic String getOriginServer()
public String getErrorCode()
Copyright © 2010–2018. All rights reserved.