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;50 } catch (OutOfScopeException expected) { in testTransferHttp_outOfScope()58 } catch (OutOfScopeException expected) { in testTransferNonHttp_outOfScope()66 } catch (OutOfScopeException expected) { in testTransferNonHttp_outOfScope_closeable()
25 import com.google.inject.OutOfScopeException;139 assertTrue(pe.getCause() instanceof OutOfScopeException); in testNullReplacement()
20 import com.google.inject.OutOfScopeException;65 throw new OutOfScopeException("Cannot access the session in a continued request"); in getSession()
26 import com.google.inject.OutOfScopeException;299 throw new OutOfScopeException("Not in a request scope");307 throw new OutOfScopeException("Not in a request scope");
22 import com.google.inject.OutOfScopeException;165 throw new OutOfScopeException( in getContext()
34 import com.google.inject.OutOfScopeException;1634 throw new OutOfScopeException("failure: " + key.toString()); in testProvisionExceptionOnDependenciesOfCxtor()