@InterfaceAudience.Public public class UnknownScannerException extends DoNotRetryIOException
| Constructor and Description | 
|---|
| UnknownScannerException() | 
| UnknownScannerException(String message) | 
| UnknownScannerException(String message,
                       Exception exception) | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.