Class PeerExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.accumulo.core.client.replication.PeerExistsException
All Implemented Interfaces:
Serializable

@Deprecated(since="2.1.0") public class PeerExistsException extends Exception
Deprecated.
The peer already exists
See Also:
  • Constructor Details

    • PeerExistsException

      public PeerExistsException(String peer)
      Deprecated.
    • PeerExistsException

      public PeerExistsException(String peer, String message)
      Deprecated.
    • PeerExistsException

      public PeerExistsException(String message, Throwable cause)
      Deprecated.