Class StubNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.cloud.contract.stubrunner.StubNotFoundException
- All Implemented Interfaces:
Serializable
Exception thrown when a stub was not found.
- Since:
- 1.0.1
- Author:
- Marcin Grzejszczak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStubNotFoundException(String ivyNotation) StubNotFoundException(String groupId, String artifactId) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StubNotFoundException
-
StubNotFoundException
-