org.apache.hadoop.hbase.exceptions
Class FailedSanityCheckException
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.exceptions.FailedSanityCheckException
- All Implemented Interfaces:
- Serializable
public class FailedSanityCheckException
- extends DoNotRetryIOException
Exception thrown if a mutation fails sanity checks.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FailedSanityCheckException
public FailedSanityCheckException()
- default constructor
FailedSanityCheckException
public FailedSanityCheckException(String message)
- Parameters:
message
-
FailedSanityCheckException
public FailedSanityCheckException(String message,
Throwable cause)
- Parameters:
message
- cause
-
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.