Searched refs:ContinuationThrowable (Results 1 – 10 of 10) sorted by relevance
120 catch (ContinuationThrowable e) in doFilter()139 catch (ContinuationThrowable e) in doFilter()158 if (th instanceof ContinuationThrowable) in debug()
43 private final static ContinuationThrowable __exception = new ContinuationThrowable();251 throw new ContinuationThrowable(); in undispatch()
43 private final static ContinuationThrowable __exception = new ContinuationThrowable();218 throw new ContinuationThrowable(); in undispatch()
41 private final static ContinuationThrowable __exception = new ContinuationThrowable();502 throw new ContinuationThrowable(); in undispatch()
45 public class ContinuationThrowable extends Error class
419 public void undispatch() throws ContinuationThrowable; in undispatch()
36 import org.eclipse.jetty.continuation.ContinuationThrowable;57 private final static ContinuationThrowable __exception = new ContinuationThrowable();1064 throw new ContinuationThrowable(); in undispatch()
32 import org.eclipse.jetty.continuation.ContinuationThrowable;522 catch (ContinuationThrowable e) in handleRequest()
53 import org.eclipse.jetty.continuation.ContinuationThrowable;514 catch(ContinuationThrowable e) in doHandle()
2078 + Added ContinuationThrowable