Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/exceptions/
DIwlanException.java20 public abstract class IwlanException extends Exception { class
21 protected IwlanException() { in IwlanException() method in IwlanException
25 protected IwlanException(String message) { in IwlanException() method in IwlanException
29 protected IwlanException(Throwable cause) { in IwlanException() method in IwlanException
33 protected IwlanException(String message, Throwable cause) { in IwlanException() method in IwlanException