Searched refs:IwlanException (Results 1 – 2 of 2) sorted by relevance
20 public abstract class IwlanException extends Exception { class21 protected IwlanException() { in IwlanException() method in IwlanException25 protected IwlanException(String message) { in IwlanException() method in IwlanException29 protected IwlanException(Throwable cause) { in IwlanException() method in IwlanException33 protected IwlanException(String message, Throwable cause) { in IwlanException() method in IwlanException
20 public final class IwlanSimNotReadyException extends IwlanException {