Class DependenciesNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class DependenciesNotFoundException
    extends GemFireException
    Indicates that required dependencies were not found in the ClassPath.
    Since:
    GemFire 7.0
    See Also:
    Serialized Form
    • Constructor Detail

      • DependenciesNotFoundException

        public DependenciesNotFoundException​(String message,
                                             Throwable cause)
        Constructs a new DependenciesNotFoundException with the specified detail message and cause. Note that the detail message associated with cause is not automatically incorporated in this runtime exception's detail message.
        Parameters:
        message - The detail message.
        cause - The cause of this exception or null if the cause is unknown.
      • DependenciesNotFoundException

        public DependenciesNotFoundException​(String message)
        Constructs a new DependenciesNotFoundException with the specified detail message.
        Parameters:
        message - The detail message.