143144145146147148149150151152153154155156157158159160161
} } } catch ( Exception e ) { throw new DhcpException( "Can't lookup lease", e ); } finally { ctx.close(); } } catch ( NamingException e ) { throw new DhcpException( "Can't lookup lease", e ); } return null; }
154155156157158159160161162163164
byte[] magicCookie = new byte[4]; message.get( magicCookie ); if ( !Arrays.equals( VENDOR_MAGIC_COOKIE, magicCookie ) ) { throw new DhcpException( "Parse exception." ); } byte code; byte length; byte value[];
201202203204205206207208
return o; } catch ( Exception e ) { throw new DhcpException( I18n.err( I18n.ERR_636, e.toString() ) ); } }
139140141142143144145146147148149150151152153154155156157
151152153154155156157158159160161
193194195196197198199200
140141142143144145146147148149150151152153154155156157158
150151152153154155156157158159160