Package org.jgroups

Class UnreachableException

All Implemented Interfaces:
Serializable

public class UnreachableException extends RuntimeException
Thrown if member in different site cannot be contacted; used by RELAY2
Since:
3.2
See Also:
  • Field Details

  • Constructor Details

    • UnreachableException

      public UnreachableException(Address member)
    • UnreachableException

      public UnreachableException(String msg, Address member)
  • Method Details