Class ScanAgentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.owasp.dependencycheck.exception.ScanAgentException
- All Implemented Interfaces:
Serializable
An exception used when using @{link DependencyCheckScanAgent} to conduct a
scan and the scan fails.
- Author:
- Steve Springett
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new ScanAgentException.ScanAgentException(String msg) Creates a new ScanAgentException.ScanAgentException(String msg, Throwable ex) Creates a new ScanAgentException.Creates a new ScanAgentException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScanAgentException
public ScanAgentException()Creates a new ScanAgentException. -
ScanAgentException
Creates a new ScanAgentException.- Parameters:
msg- a message for the exception.
-
ScanAgentException
Creates a new ScanAgentException.- Parameters:
ex- the cause of the exception.
-
ScanAgentException
-