Package org.apache.hadoop.hbase
Class ZooKeeperConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.ZooKeeperConnectionException
- All Implemented Interfaces:
Serializable
Thrown if the client can't connect to ZooKeeper.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionZooKeeperConnectionException
(String message) ZooKeeperConnectionException
(String message, Exception exception) Constructor taking another exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
- See Also:
-
-
Constructor Details
-
ZooKeeperConnectionException
public ZooKeeperConnectionException() -
ZooKeeperConnectionException
- Parameters:
message
- the message for this exception
-
ZooKeeperConnectionException
Constructor taking another exception.- Parameters:
message
- the message for this exceptionexception
- the exception to grab data from
-