Class UnknownProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.DoNotRetryIOException
org.apache.hadoop.hbase.exceptions.UnknownProtocolException
- All Implemented Interfaces:
Serializable
An error requesting an RPC protocol that the server is not serving.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionUnknownProtocolException
(Class<?> protocol) UnknownProtocolException
(Class<?> protocol, String mesg) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
protocol
-
-
Constructor Details
-
UnknownProtocolException
-
UnknownProtocolException
-
UnknownProtocolException
-
-
Method Details
-
getProtocol
-