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

/frameworks/base/services/net/java/android/net/apf/
H A DApfFilter.java313 public static class InvalidRaException extends Exception { class in class:ApfFilter
314 public InvalidRaException(String m) { method in class:ApfFilter.InvalidRaException
467 Ra(byte[] packet, int length) throws InvalidRaException {
469 throw new InvalidRaException("Not an ICMP6 router advertisement");
480 throw new InvalidRaException("Not an ICMP6 router advertisement");
551 throw new InvalidRaException(String.format(

Completed in 49 milliseconds