Class RecipientUnreachableException

  • All Implemented Interfaces:
    Serializable

    public class RecipientUnreachableException
    extends RpcException
    Exception which indicates that the specified recipient is unreachable. This can either mean that the recipient has been terminated or that the remote RpcService is currently not reachable.
    See Also:
    Serialized Form
    • Constructor Detail

      • RecipientUnreachableException

        public RecipientUnreachableException​(String sender,
                                             String recipient,
                                             String message)