Searched refs:InvalidRaException (Results 1 – 4 of 4) sorted by relevance
525 public static class InvalidRaException extends Exception { class in LegacyApfFilter526 public InvalidRaException(String m) { in InvalidRaException() method in LegacyApfFilter.InvalidRaException833 public Ra(byte[] packet, int length) throws InvalidRaException { in Ra()835 throw new InvalidRaException("Not an ICMP6 router advertisement: too short"); in Ra()846 throw new InvalidRaException("Not an ICMP6 router advertisement"); in Ra()922 throw new InvalidRaException(String.format( in Ra()
613 public static class InvalidRaException extends Exception { class in ApfFilter614 public InvalidRaException(String m) { in InvalidRaException() method in ApfFilter.InvalidRaException937 public Ra(byte[] packet, int length) throws InvalidRaException { in Ra()939 throw new InvalidRaException("Not an ICMP6 router advertisement: too short"); in Ra()950 throw new InvalidRaException("Not an ICMP6 router advertisement"); in Ra()982 throw new InvalidRaException(String.format( in Ra()
1654 } catch (ApfFilter.InvalidRaException e) { in testRaParsing()
2741 } catch (ApfFilter.InvalidRaException e) { in testRaParsing()