Serializable
public class UnknownDependencyException extends RuntimeException
Constructor | 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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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 © 2019. All rights reserved.