Searched refs:OutOfScopeException (Results 1 – 7 of 7) sorted by relevance
26 public final class OutOfScopeException extends RuntimeException { class28 public OutOfScopeException(String message) { in OutOfScopeException() method in OutOfScopeException32 public OutOfScopeException(String message, Throwable cause) { in OutOfScopeException() method in OutOfScopeException36 public OutOfScopeException(Throwable cause) { in OutOfScopeException() method in OutOfScopeException
24 import com.google.inject.OutOfScopeException;52 } catch (OutOfScopeException expected) {} in testTransferHttp_outOfScope()59 } catch (OutOfScopeException expected) {} in testTransferNonHttp_outOfScope()
25 import com.google.inject.OutOfScopeException;123 assertTrue(pe.getCause() instanceof OutOfScopeException); in testNullReplacement()
20 import com.google.inject.OutOfScopeException;67 throw new OutOfScopeException("Cannot access the session in a continued request"); in getSession()
26 import com.google.inject.OutOfScopeException;270 throw new OutOfScopeException("Not in a request scope");282 throw new OutOfScopeException("Not in a request scope");
22 import com.google.inject.OutOfScopeException;165 throw new OutOfScopeException("Cannot access scoped [" + Errors.convert(key) in getContext()
35 import com.google.inject.OutOfScopeException;1487 throw new OutOfScopeException("failure"); in testProvisionExceptionOnDependenciesOfCxtor()