java.io.Serializablepublic class UnknownDependencyException
extends java.lang.RuntimeException
| Constructor | Description | 
|---|---|
| UnknownDependencyException() | Constructs a new UnknownDependencyException | 
| UnknownDependencyException(java.lang.String message) | Constructs a new UnknownDependencyException with the given message | 
| UnknownDependencyException(java.lang.Throwable throwable) | Constructs a new UnknownDependencyException based on the given
 Exception | 
| UnknownDependencyException(java.lang.Throwable throwable,
                          java.lang.String message) | Constructs a new UnknownDependencyException based on the given
 Exception | 
public UnknownDependencyException(java.lang.Throwable throwable)
throwable - Exception that triggered this Exceptionpublic UnknownDependencyException(java.lang.String message)
message - Brief message explaining the cause of the exceptionpublic UnknownDependencyException(java.lang.Throwable throwable,
                                  java.lang.String message)
message - Brief message explaining the cause of the exceptionthrowable - Exception that triggered this Exceptionpublic UnknownDependencyException()
Copyright © 2018. All rights reserved.