org.apache.hadoop.hbase
Class DoNotRetryIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.hbase.DoNotRetryIOException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ColumnNameParseException, InvalidColumnNameException, LeaseException, NoSuchColumnFamilyException, UnknownRowLockException, UnknownScannerException, UnknownTransactionException

public class DoNotRetryIOException
extends IOException

Subclass if exception is not meant to be retried: e.g. UnknownScannerException

See Also:
Serialized Form

Constructor Summary
DoNotRetryIOException()
          default constructor
DoNotRetryIOException(String 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

DoNotRetryIOException

public DoNotRetryIOException()
default constructor


DoNotRetryIOException

public DoNotRetryIOException(String message)
Parameters:
message -


Copyright © 2008 The Apache Software Foundation