Class StandbyException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ObserverRetryOnActiveException

@Evolving public class StandbyException extends IOException
Thrown by a remote server when it is up, but is not the active server in a set of servers in which only a subset may be active.
See Also:
  • Constructor Details

    • StandbyException

      public StandbyException(String msg)