Class ProcedureAbortedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.hbase.exceptions.HBaseException
org.apache.hadoop.hbase.procedure2.ProcedureException
org.apache.hadoop.hbase.procedure2.ProcedureAbortedException
- All Implemented Interfaces:
Serializable
Thrown when a procedure is aborted
- See Also:
-
Constructor Summary
ConstructorDescriptiondefault constructorConstructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProcedureAbortedException
public ProcedureAbortedException()default constructor -
ProcedureAbortedException
Constructor- Parameters:
s
- message
-