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.
|
getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.