@InterfaceAudience.Public @InterfaceStability.Stable public class DoNotRetryIOException extends HBaseIOException
UnknownScannerException| Constructor and Description | 
|---|
| DoNotRetryIOException()default constructor | 
| DoNotRetryIOException(String message) | 
| DoNotRetryIOException(String message,
                     Throwable cause) | 
| DoNotRetryIOException(Throwable cause) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DoNotRetryIOException()
public DoNotRetryIOException(String message)
message - public DoNotRetryIOException(String message, Throwable cause)
message - cause - public DoNotRetryIOException(Throwable cause)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.