public class DependenciesNotFoundException extends GemFireException
| Constructor and Description |
|---|
DependenciesNotFoundException(java.lang.String message)
Constructs a new DependenciesNotFoundException with the specified detail message.
|
DependenciesNotFoundException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new DependenciesNotFoundException with the specified detail message and cause.
|
getRootCausepublic DependenciesNotFoundException(java.lang.String message,
java.lang.Throwable cause)
cause is not automatically
incorporated in this runtime exception's detail message.message - The detail message.cause - The cause of this exception or null if the cause is unknown.public DependenciesNotFoundException(java.lang.String message)
message - The detail message.