Package org.apache.hadoop.hbase.quotas
Class SpaceLimitingException
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.quotas.QuotaExceededException
org.apache.hadoop.hbase.quotas.SpaceLimitingException
- All Implemented Interfaces:
Serializable
An Exception that is thrown when a space quota is in violation.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionSpaceLimitingException
(String policyName, String msg) SpaceLimitingException
(String policyName, String msg, Throwable e) -
Method Summary
Modifier and TypeMethodDescriptionReturns the violation policy in effect.private static String
parseMessage
(String originalMessage) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
- See Also:
-
LOG
-
MESSAGE_PREFIX
-
policyName
-
-
Constructor Details
-
SpaceLimitingException
-
SpaceLimitingException
-
SpaceLimitingException
-
-
Method Details
-
getViolationPolicy
Returns the violation policy in effect.- Returns:
- The violation policy in effect.
-
parseMessage
-
getMessage
- Overrides:
getMessage
in classThrowable
-