org.apache.accumulo.core.client
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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TimedOutException
public TimedOutException(Set<String> timedoutServers)
TimedOutException
public TimedOutException(String msg)
getTimedOutSevers
public Set<String> getTimedOutSevers()
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.