@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, toString
public DoNotRetryIOException()
public DoNotRetryIOException(String message)
message
- public DoNotRetryIOException(String message, Throwable cause)
message
- cause
- public DoNotRetryIOException(Throwable cause)
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.