Package org.apache.hadoop.hbase.ipc
Class FallbackDisallowedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.ipc.FallbackDisallowedException
- All Implemented Interfaces:
Serializable
Indicate that the rpc server tells client to fallback to simple auth but client is disabled to do
so.
- 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
-
FallbackDisallowedException
public FallbackDisallowedException()
-