Class CoordinatorErrorException

All Implemented Interfaces:
Serializable

public class CoordinatorErrorException extends RuntimeException
Exception for indicating that the co-ordinator reported an error while handling a request.

This exception is thrown when a worker thread receives an error response from the co-ordinator, with the co-ordinator's original failure attached as the cause.

See Also:
  • Constructor Details

    • CoordinatorErrorException

      public CoordinatorErrorException(String message, Throwable cause)
      Constructs a new coordinator error exception with the specified detail message and cause.
      Parameters:
      message - the detail message describing the request the co-ordinator failed to handle
      cause - the failure reported by the co-ordinator