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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StubNotFoundException(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
-
-