org.apache.hadoop.hbase.ipc
Class HBaseRPC.UnknownProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.DoNotRetryIOException
org.apache.hadoop.hbase.ipc.HBaseRPC.UnknownProtocolException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- HBaseRPC
public static class HBaseRPC.UnknownProtocolException
- extends DoNotRetryIOException
An error requesting an RPC protocol that the server is not serving.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HBaseRPC.UnknownProtocolException
public HBaseRPC.UnknownProtocolException(String mesg)
HBaseRPC.UnknownProtocolException
public HBaseRPC.UnknownProtocolException(Class<?> protocol)
HBaseRPC.UnknownProtocolException
public HBaseRPC.UnknownProtocolException(Class<?> protocol,
String mesg)
getProtocol
public Class getProtocol()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.