Class MasterRegistryFetchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.exceptions.MasterRegistryFetchException
- All Implemented Interfaces:
Serializable
Exception thrown when an master registry RPC fails in client. The exception includes the list of
masters to which RPC was attempted and the last exception encountered. Prior exceptions are
included in the logs.
- See Also:
-
Field Summary
-
Constructor Summary
-
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
-
MasterRegistryFetchException
-