Package org.apache.geode.management
Class DependenciesNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.GemFireException
org.apache.geode.management.DependenciesNotFoundException
- All Implemented Interfaces:
Serializable
Indicates that required dependencies were not found in the ClassPath.
- Since:
- GemFire 7.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDependenciesNotFoundException(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. -
Method Summary
Methods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DependenciesNotFoundException
Constructs a new DependenciesNotFoundException with the specified detail message and cause. Note that the detail message associated withcauseis not automatically incorporated in this runtime exception's detail message.- Parameters:
message- The detail message.cause- The cause of this exception ornullif the cause is unknown.
-
DependenciesNotFoundException
Constructs a new DependenciesNotFoundException with the specified detail message.- Parameters:
message- The detail message.
-