@ThreadSafe public class ScanAgentException extends IOException
| Constructor and Description |
|---|
ScanAgentException()
Creates a new ScanAgentException.
|
ScanAgentException(String msg)
Creates a new ScanAgentException.
|
ScanAgentException(String msg,
Throwable ex)
Creates a new ScanAgentException.
|
ScanAgentException(Throwable ex)
Creates a new ScanAgentException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ScanAgentException()
public ScanAgentException(String msg)
msg - a message for the exception.public ScanAgentException(Throwable ex)
ex - the cause of the exception.Copyright © 2012–2020 OWASP. All rights reserved.