Searched refs:InvalidSubnetException (Results 1 – 3 of 3) sorted by relevance
115 static class InvalidSubnetException extends DhcpLeaseException { class in DhcpLeaseRepository116 InvalidSubnetException(String message) { in InvalidSubnetException() method in DhcpLeaseRepository.InvalidSubnetException190 @Nullable String hostname) throws OutOfAddressesException, InvalidSubnetException { in getOffer()225 throws OutOfAddressesException, InvalidSubnetException { in getCommittedLease()233 throws InvalidSubnetException { in checkValidRelayAddr()239 throw new InvalidSubnetException("Lease requested by relay from outside of subnet"); in checkValidRelayAddr()280 throws InvalidAddressException, InvalidSubnetException { in requestLease()
524 private void logIgnoredPacketInvalidSubnet(DhcpLeaseRepository.InvalidSubnetException e) { in logIgnoredPacketInvalidSubnet()545 } catch (DhcpLeaseRepository.InvalidSubnetException e) { in processDiscover()563 } catch (DhcpLeaseRepository.InvalidSubnetException e) { in processRequest()
350 @Test(expected = DhcpLeaseRepository.InvalidSubnetException.class)399 @Test(expected = DhcpLeaseRepository.InvalidSubnetException.class)