@InterfaceAudience.Public @InterfaceStability.Stable public class DoNotRetryIOException extends HBaseIOException
UnknownScannerException
Constructor and Description |
---|
DoNotRetryIOException() |
DoNotRetryIOException(String message) |
DoNotRetryIOException(String message,
Throwable throwable) |
DoNotRetryIOException(Throwable throwable) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DoNotRetryIOException()
public DoNotRetryIOException(String message)
message
- the message for this exceptionpublic DoNotRetryIOException(String message, Throwable throwable)
message
- the message for this exceptionthrowable
- the Throwable
to use for this exceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.