Home
last modified time | relevance | path

Searched refs:WrongStateException (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/lowpan/java/android/net/lowpan/
H A DWrongStateException.java26 public class WrongStateException extends LowpanException { class
28 public WrongStateException() {} in WrongStateException() method in WrongStateException
30 public WrongStateException(String message) { in WrongStateException() method in WrongStateException
34 public WrongStateException(String message, Throwable cause) { in WrongStateException() method in WrongStateException
38 protected WrongStateException(Exception cause) { in WrongStateException() method in WrongStateException
H A DLowpanException.java58 throw new WrongStateException(e); in rethrowFromServiceSpecificException()