Class PeerExistsException

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

public class PeerExistsException extends Exception
The peer already exists
See Also:
  • Constructor Details

    • PeerExistsException

      public PeerExistsException(String peer)
    • PeerExistsException

      public PeerExistsException(String peer, String message)
    • PeerExistsException

      public PeerExistsException(String message, Throwable cause)