Class ExhaustedDestinationsException

All Implemented Interfaces:
Serializable

public class ExhaustedDestinationsException extends CommunicationException
Indicates that no more destinations are available to complete a naming operation. Since this failure may represent multiple failures across mutliple destinations, Throwable.getSuppressed() should be examined for a list of underlying failures.
Author:
Jason T. Greene
See Also:
  • Constructor Details

    • ExhaustedDestinationsException

      public ExhaustedDestinationsException()
    • ExhaustedDestinationsException

      public ExhaustedDestinationsException(String explanation)