Package org.apache.hadoop.hbase
Class WriteAttemptedOnReadOnlyClusterException
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.WriteAttemptedOnReadOnlyClusterException
- All Implemented Interfaces:
Serializable
Thrown when a write is attempted on a read-only HBase cluster.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWriteAttemptedOnReadOnlyClusterException(String message, Throwable throwable) -
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
-
WriteAttemptedOnReadOnlyClusterException
-
WriteAttemptedOnReadOnlyClusterException
- Parameters:
message- the message for this exception
-
WriteAttemptedOnReadOnlyClusterException
- Parameters:
message- the message for this exceptionthrowable- theThrowableto use for this exception
-
WriteAttemptedOnReadOnlyClusterException
- Parameters:
throwable- theThrowableto use for this exception
-