Package org.apache.hadoop.hbase.util
Class CommonFSUtils.StreamLacksCapabilityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.hbase.util.CommonFSUtils.StreamLacksCapabilityException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CommonFSUtils
Helper exception for those cases where the place where we need to check a stream capability is
not where we have the needed context to explain the impact and mitigation for a lack.
- See Also:
-
Constructor Summary
ConstructorDescriptionStreamLacksCapabilityException
(String message) StreamLacksCapabilityException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StreamLacksCapabilityException
-
StreamLacksCapabilityException
-