Class InvalidMutationDurabilityException
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.regionserver.InvalidMutationDurabilityException
- All Implemented Interfaces:
Serializable
Thrown if Mutation's
Durability
is skip wal but table need replication.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidMutationDurabilityException
public InvalidMutationDurabilityException()default constructor -
InvalidMutationDurabilityException
- Parameters:
message
- exception message
-