Home
last modified time | relevance | path

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

/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/exceptions/
H A DNeneException.java25 public class NeneException extends RuntimeException { class
26 public NeneException(Throwable cause) { in NeneException() method in NeneException
30 public NeneException(String message) { in NeneException() method in NeneException
34 public NeneException(String message, Throwable throwable) { in NeneException() method in NeneException