Searched refs:errorInProvider (Results 1 – 7 of 7) sorted by relevance
45 throw InternalProvisionException.errorInProvider(userException).addSource(source); in get()
59 throw InternalProvisionException.errorInProvider(userException).addSource(source); in provision()
79 throw InternalProvisionException.errorInProvider(userException); in provision()
95 throw InternalProvisionException.errorInProvider(e).addSource(source); in provision()
191 throw InternalProvisionException.errorInProvider(t).addSource(getSource());
105 public static InternalProvisionException errorInProvider(Throwable cause) { in errorInProvider() method in InternalProvisionException
182 throw InternalProvisionException.errorInProvider(cause).addSource(getSource()); in doProvision()