Searched defs:LowpanException (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/lowpan/java/android/net/lowpan/
H A DLowpanException.java23 * <code>LowpanException</code> is thrown if an action to a LoWPAN interface could not be performed
30 public class LowpanException extends AndroidException { class in inherits:AndroidException
31 public LowpanException() {} method in class:LowpanException
33 public LowpanException(String message) { method in class:LowpanException
37 public LowpanException(String message, Throwable cause) { method in class:LowpanException
41 public LowpanException(Exception cause) { method in class:LowpanException
45 /* This method returns LowpanException so that the caller
51 static LowpanException rethrowFromServiceSpecificException(ServiceSpecificException e)
52 throws LowpanException {
76 throw new LowpanException(
[all...]

Completed in 35 milliseconds