org.apache.hadoop.hbase.exceptions
Class CoprocessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.hbase.exceptions.HBaseIOException
                  extended by org.apache.hadoop.hbase.exceptions.DoNotRetryIOException
                      extended by org.apache.hadoop.hbase.exceptions.CoprocessorException
All Implemented Interfaces:
Serializable

@InterfaceAudience.Public
@InterfaceStability.Evolving
public class CoprocessorException
extends DoNotRetryIOException

Thrown if a coprocessor encounters any exception.

See Also:
Serialized Form

Constructor Summary
CoprocessorException()
          Default Constructor
CoprocessorException(Class<?> clazz, String s)
          Constructor with a Class object and exception message.
CoprocessorException(String s)
          Constructs the exception and supplies a string as the message
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CoprocessorException

public CoprocessorException()
Default Constructor


CoprocessorException

public CoprocessorException(Class<?> clazz,
                            String s)
Constructor with a Class object and exception message.

Parameters:
clazz -
s -

CoprocessorException

public CoprocessorException(String s)
Constructs the exception and supplies a string as the message

Parameters:
s - - message


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.