@ThreadSafe
public class DependencyNotFoundException
extends java.lang.Exception
| Constructor and Description |
|---|
DependencyNotFoundException()
Creates a new DependencyNotFoundException.
|
DependencyNotFoundException(java.lang.String msg)
Creates a new DependencyNotFoundException.
|
DependencyNotFoundException(java.lang.String msg,
java.lang.Throwable ex)
Creates a new DependencyNotFoundException.
|
DependencyNotFoundException(java.lang.Throwable ex)
Creates a new DependencyNotFoundException.
|
public DependencyNotFoundException()
public DependencyNotFoundException(java.lang.String msg)
msg - a message for the exception.public DependencyNotFoundException(java.lang.Throwable ex)
ex - the cause of the exception.public DependencyNotFoundException(java.lang.String msg,
java.lang.Throwable ex)
msg - a message for the exception.ex - the cause of the exception.Copyright© 2012-21 Jeremy Long. All Rights Reserved.