Searched refs:InvalidRaException (Results 1 – 2 of 2) sorted by relevance
497 public static class InvalidRaException extends Exception { class in ApfFilter498 public InvalidRaException(String m) { in InvalidRaException() method in ApfFilter.InvalidRaException651 Ra(byte[] packet, int length) throws InvalidRaException { in Ra()653 throw new InvalidRaException("Not an ICMP6 router advertisement"); in Ra()664 throw new InvalidRaException("Not an ICMP6 router advertisement"); in Ra()735 throw new InvalidRaException(String.format( in Ra()
2036 } catch (ApfFilter.InvalidRaException e) { in testRaParsing()