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