public class UnknownDependencyException extends RuntimeException
Constructor and Description |
---|
UnknownDependencyException()
Constructs a new UnknownDependencyException
|
UnknownDependencyException(String message)
Constructs a new UnknownDependencyException with the given message
|
UnknownDependencyException(Throwable throwable)
Constructs a new UnknownDependencyException based on the given
Exception
|
UnknownDependencyException(Throwable throwable,
String message)
Constructs a new UnknownDependencyException based on the given
Exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnknownDependencyException(Throwable throwable)
throwable
- Exception that triggered this Exceptionpublic UnknownDependencyException(String message)
message
- Brief message explaining the cause of the exceptionpublic UnknownDependencyException(Throwable throwable, String message)
message
- Brief message explaining the cause of the exceptionthrowable
- Exception that triggered this Exceptionpublic UnknownDependencyException()
Copyright © 2021. All rights reserved.