@InterfaceAudience.Public public class UnknownScannerException extends DoNotRetryIOException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
UnknownScannerException() |
UnknownScannerException(String message) |
UnknownScannerException(String message,
Exception exception) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public UnknownScannerException()
public UnknownScannerException(String message)
message
- the message for this exceptionpublic UnknownScannerException(String message, Exception exception)
message
- the message for this exceptionexception
- the exception to grab data fromCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.