Home
last modified time | relevance | path

Searched defs:RunInterruptedException (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DRunInterruptedException.java23 public class RunInterruptedException extends RuntimeException { class
27 public RunInterruptedException() { in RunInterruptedException() method in RunInterruptedException
36 public RunInterruptedException(String msg) { in RunInterruptedException() method in RunInterruptedException
45 public RunInterruptedException(Throwable cause) { in RunInterruptedException() method in RunInterruptedException
55 public RunInterruptedException(String msg, Throwable cause) { in RunInterruptedException() method in RunInterruptedException