@InterfaceAudience.Public public class DoNotRetryIOException extends HBaseIOException
UnknownScannerException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
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
private static final long serialVersionUID
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 exceptionpublic DoNotRetryIOException(Throwable throwable)
throwable
- the Throwable
to use for this exceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.