Class ResourceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.owasp.dependencycheck.utils.ResourceNotFoundException
- All Implemented Interfaces:
Serializable
An exception used when the resource could not be retrieved because a 404 was
received.
- Author:
- Jeremy Long
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new ResourceNotFoundException.Creates a new ResourceNotFoundException.ResourceNotFoundException(String msg, Throwable ex) Creates a new ResourceNotFoundException.Creates a new ResourceNotFoundException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResourceNotFoundException
public ResourceNotFoundException()Creates a new ResourceNotFoundException. -
ResourceNotFoundException
Creates a new ResourceNotFoundException.- Parameters:
msg- a message for the exception.
-
ResourceNotFoundException
Creates a new ResourceNotFoundException.- Parameters:
ex- the cause of the exception.
-
ResourceNotFoundException
-