| Modifier and Type | Method and Description |
|---|---|
void |
ReplyChannel.completeWithError(ErrorMessage errorMessage)
Marks the inbound instruction as exceptionally completed.
|
default void |
ReplyChannel.sendNack(ErrorMessage errorMessage)
Deprecated.
This method is deprecated because it is not needed anymore, as
ReplyChannel.completeWithError(ErrorMessage)
or ReplyChannel.completeWithError(ErrorCategory, String) already sends a failed result, indicating that the incoming
message could not be handled as expected. |
| Constructor and Description |
|---|
AxonServerException(ErrorMessage errorMessage)
Initialize the exception for the error reported in the given
errorMessage. |
| Modifier and Type | Method and Description |
|---|---|
static ErrorMessage |
MessageFactory.buildErrorMessage(ErrorCategory errorCategory,
String client,
Throwable t)
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ErrorMessage> |
CloseableReadonlyBuffer.error()
Returns an error from this buffer, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CloseableBuffer.closeExceptionally(ErrorMessage errorMessage)
Closes this buffer exceptionally from the producing side.
|
void |
CloseAwareReplyChannel.completeWithError(ErrorMessage errorMessage) |
void |
BufferingReplyChannel.completeWithError(ErrorMessage errorMessage) |
void |
ForwardingReplyChannel.completeWithError(ErrorMessage errorMessage) |
void |
CloseAwareReplyChannel.sendNack(ErrorMessage errorMessage) |
void |
BufferingReplyChannel.sendNack(ErrorMessage errorMessage) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ErrorMessage> |
RoundRobinMultiReadonlyBuffer.error()
Retrieves an error from the first buffer if all buffers errored out.
|
Optional<ErrorMessage> |
FlowControlledDisposableReadonlyBuffer.error() |
Optional<ErrorMessage> |
BlockingCloseableBuffer.error() |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockingCloseableBuffer.closeExceptionally(ErrorMessage errorMessage) |
| Modifier and Type | Method and Description |
|---|---|
ErrorMessage |
ErrorMessage.Builder.build() |
ErrorMessage |
ErrorMessage.Builder.buildPartial() |
static ErrorMessage |
ErrorMessage.getDefaultInstance() |
ErrorMessage |
ErrorMessage.getDefaultInstanceForType() |
ErrorMessage |
ErrorMessage.Builder.getDefaultInstanceForType() |
ErrorMessage |
InstructionResult.getError()
Cause of instruction handling failure.
|
ErrorMessage |
InstructionResult.Builder.getError()
Cause of instruction handling failure.
|
ErrorMessage |
InstructionAckOrBuilder.getError()
Set if instruction acknowledgement failed.
|
ErrorMessage |
InstructionAck.getError()
Set if instruction acknowledgement failed.
|
ErrorMessage |
InstructionAck.Builder.getError()
Set if instruction acknowledgement failed.
|
ErrorMessage |
InstructionResultOrBuilder.getError()
Cause of instruction handling failure.
|
static ErrorMessage |
ErrorMessage.parseDelimitedFrom(InputStream input) |
static ErrorMessage |
ErrorMessage.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ErrorMessage |
ErrorMessage.parseFrom(byte[] data) |
static ErrorMessage |
ErrorMessage.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ErrorMessage |
ErrorMessage.parseFrom(ByteBuffer data) |
static ErrorMessage |
ErrorMessage.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ErrorMessage |
ErrorMessage.parseFrom(com.google.protobuf.ByteString data) |
static ErrorMessage |
ErrorMessage.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ErrorMessage |
ErrorMessage.parseFrom(com.google.protobuf.CodedInputStream input) |
static ErrorMessage |
ErrorMessage.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ErrorMessage |
ErrorMessage.parseFrom(InputStream input) |
static ErrorMessage |
ErrorMessage.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ErrorMessage> |
ErrorMessage.getParserForType() |
static com.google.protobuf.Parser<ErrorMessage> |
ErrorMessage.parser() |
| Modifier and Type | Method and Description |
|---|---|
InstructionResult.Builder |
InstructionResult.Builder.mergeError(ErrorMessage value)
Cause of instruction handling failure.
|
InstructionAck.Builder |
InstructionAck.Builder.mergeError(ErrorMessage value)
Set if instruction acknowledgement failed.
|
ErrorMessage.Builder |
ErrorMessage.Builder.mergeFrom(ErrorMessage other) |
static ErrorMessage.Builder |
ErrorMessage.newBuilder(ErrorMessage prototype) |
InstructionResult.Builder |
InstructionResult.Builder.setError(ErrorMessage value)
Cause of instruction handling failure.
|
InstructionAck.Builder |
InstructionAck.Builder.setError(ErrorMessage value)
Set if instruction acknowledgement failed.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorMessage |
CommandResponse.getErrorMessage()
A detailed description of the error
|
ErrorMessage |
CommandResponse.Builder.getErrorMessage()
A detailed description of the error
|
ErrorMessage |
CommandResponseOrBuilder.getErrorMessage()
A detailed description of the error
|
| Modifier and Type | Method and Description |
|---|---|
CommandResponse.Builder |
CommandResponse.Builder.mergeErrorMessage(ErrorMessage value)
A detailed description of the error
|
CommandResponse.Builder |
CommandResponse.Builder.setErrorMessage(ErrorMessage value)
A detailed description of the error
|
| Modifier and Type | Method and Description |
|---|---|
ErrorMessage |
QueryResponse.getErrorMessage()
A detailed description of the error, if any
|
ErrorMessage |
QueryResponse.Builder.getErrorMessage()
A detailed description of the error, if any
|
ErrorMessage |
QueryResponseOrBuilder.getErrorMessage()
A detailed description of the error, if any
|
ErrorMessage |
QueryUpdateCompleteExceptionally.getErrorMessage()
A detailed description of the error, if available
|
ErrorMessage |
QueryUpdateCompleteExceptionally.Builder.getErrorMessage()
A detailed description of the error, if available
|
ErrorMessage |
QueryUpdateOrBuilder.getErrorMessage()
A detailed description of the error, if any
|
ErrorMessage |
QueryUpdate.getErrorMessage()
A detailed description of the error, if any
|
ErrorMessage |
QueryUpdate.Builder.getErrorMessage()
A detailed description of the error, if any
|
ErrorMessage |
QueryUpdateCompleteExceptionallyOrBuilder.getErrorMessage()
A detailed description of the error, if available
|
| Modifier and Type | Method and Description |
|---|---|
QueryResponse.Builder |
QueryResponse.Builder.mergeErrorMessage(ErrorMessage value)
A detailed description of the error, if any
|
QueryUpdateCompleteExceptionally.Builder |
QueryUpdateCompleteExceptionally.Builder.mergeErrorMessage(ErrorMessage value)
A detailed description of the error, if available
|
QueryUpdate.Builder |
QueryUpdate.Builder.mergeErrorMessage(ErrorMessage value)
A detailed description of the error, if any
|
QueryResponse.Builder |
QueryResponse.Builder.setErrorMessage(ErrorMessage value)
A detailed description of the error, if any
|
QueryUpdateCompleteExceptionally.Builder |
QueryUpdateCompleteExceptionally.Builder.setErrorMessage(ErrorMessage value)
A detailed description of the error, if available
|
QueryUpdate.Builder |
QueryUpdate.Builder.setErrorMessage(ErrorMessage value)
A detailed description of the error, if any
|
Copyright © 2020–2023 AxonIQ BV. All rights reserved.