Searched refs:InvalidRaException (Results 1 – 2 of 2) sorted by relevance
503 public static class InvalidRaException extends Exception { class in ApfFilter504 public InvalidRaException(String m) { in InvalidRaException() method in ApfFilter.InvalidRaException774 Ra(byte[] packet, int length) throws InvalidRaException { in Ra()776 throw new InvalidRaException("Not an ICMP6 router advertisement: too short"); in Ra()787 throw new InvalidRaException("Not an ICMP6 router advertisement"); in Ra()858 throw new InvalidRaException(String.format( in Ra()
2251 } catch (ApfFilter.InvalidRaException e) { in testRaParsing()