Class RemoteNonTransientHandlingException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AxonServerNonTransientRemoteCommandHandlingException, AxonServerNonTransientRemoteQueryHandlingException

public class RemoteNonTransientHandlingException extends AxonNonTransientException
Exception indicating that a non transient error has occurred while remotely handling a message.

The sender of the message cannot assume that the message has not been handled.

Since:
4.5
Author:
Stefan Andjelkovic
See Also:
  • Constructor Details

    • RemoteNonTransientHandlingException

      public RemoteNonTransientHandlingException(RemoteExceptionDescription exceptionDescription)
      Initializes the exception using the given exceptionDescription describing the remote cause-chain.
      Parameters:
      exceptionDescription - a String describing the remote exceptions
  • Method Details

    • getExceptionDescriptions

      public List<String> getExceptionDescriptions()
      Returns a List of Strings describing the remote exception.
      Returns:
      a List of Strings describing the remote exception