public class DeviceScannerException extends Exception
| Constructor and Description |
|---|
DeviceScannerException()
Creates a new instance of
DeviceScannerException without detail message. |
DeviceScannerException(String msg)
Constructs an instance of
DeviceScannerException with the specified detail message. |
DeviceScannerException(String msg,
Throwable cause) |
DeviceScannerException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DeviceScannerException()
DeviceScannerException without detail message.public DeviceScannerException(String msg)
DeviceScannerException with the specified detail message.msg - the detail message.public DeviceScannerException(Throwable cause)
Copyright © 2021. All rights reserved.