Class StubNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.cloud.contract.stubrunner.StubNotFoundException
All Implemented Interfaces:
Serializable

public class StubNotFoundException extends RuntimeException
Exception thrown when a stub was not found.
Since:
1.0.1
Author:
Marcin Grzejszczak
See Also:
  • Constructor Details

    • StubNotFoundException

      public StubNotFoundException(String groupId, String artifactId)
    • StubNotFoundException

      public StubNotFoundException(String ivyNotation)