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 Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorCoprocessorException(Class<?> clazz, String s) Constructor with a Class object and exception message.Constructs the exception and supplies a string as the message - 
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
- 
CoprocessorException
public CoprocessorException()Default Constructor - 
CoprocessorException
Constructor with a Class object and exception message. - 
CoprocessorException
Constructs the exception and supplies a string as the message- Parameters:
 s- - message
 
 -