Class DependencyException

All Implemented Interfaces:
Serializable

public class DependencyException extends RuntimeException
Thrown when a dependency is misconfigured.
Author:
crazybob@google.com (Bob Lee)
See Also:
  • Constructor Details

    • DependencyException

      public DependencyException(String message)
    • DependencyException

      public DependencyException(String message, Throwable cause)
    • DependencyException

      public DependencyException(Throwable cause)