Class CoprocessorException
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.coprocessor.CoprocessorException
- All Implemented Interfaces:
- Serializable
Thrown if a coprocessor encounters any exception.
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionDefault ConstructorCoprocessorException(Class<?> clazz, String s) Constructor with a Class object and exception message.Constructs the exception and supplies a string as the message
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Field Details- 
serialVersionUID- See Also:
 
 
- 
- 
Constructor Details- 
CoprocessorExceptionpublic CoprocessorException()Default Constructor
- 
CoprocessorExceptionConstructor with a Class object and exception message.
- 
CoprocessorExceptionConstructs the exception and supplies a string as the message- Parameters:
- s- - message
 
 
-