public class DependenciesNotFoundException extends GemFireException
Constructor and Description |
---|
DependenciesNotFoundException(String message)
Constructs a new DependenciesNotFoundException with the specified detail message.
|
DependenciesNotFoundException(String message,
Throwable cause)
Constructs a new DependenciesNotFoundException with the specified detail message and cause.
|
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DependenciesNotFoundException(String message, 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(String message)
message
- The detail message.