Class CannotFindStoreException

  • All Implemented Interfaces:
    java.io.Serializable

    @API(status=EXPERIMENTAL,
         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)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CannotFindStoreException

        public CannotFindStoreException​(java.lang.Object identifier,
                                        java.lang.String retrieverId)