Package net.jqwik.api.lifecycle
Class CannotFindStoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.jqwik.api.JqwikException
-
- net.jqwik.api.lifecycle.CannotFindStoreException
-
- All Implemented Interfaces:
java.io.Serializable
@API(status=MAINTAINED, since="1.2.3") public class CannotFindStoreException extends JqwikException
Experimental feature. Not ready for public usage yet.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannotFindStoreException(java.lang.Object identifier, java.lang.String retrieverId)
-