Class TimedOutException

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

public class TimedOutException extends RuntimeException
Since:
1.5.0
See Also:
  • Constructor Details

    • TimedOutException

      public TimedOutException(Set<String> timedoutServers)
    • TimedOutException

      public TimedOutException(String msg)
  • Method Details

    • getTimedOutSevers

      public Set<String> getTimedOutSevers()