Package org.apache.hadoop.hbase.ipc
Class SecurityNotEnabledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.ipc.SecurityNotEnabledException
- All Implemented Interfaces:
Serializable
Will be thrown when server received a security preamble call for asking the server principal but
security is not enabled for this server.
This exception will not be thrown to upper layer so mark it as IA.Private.
- 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
-
SecurityNotEnabledException
public SecurityNotEnabledException()
-