~ubuntu-branches/ubuntu/precise/classpath/precise

« back to all changes in this revision

Viewing changes to java/rmi/NotBoundException.java

  • Committer: Bazaar Package Importer
  • Author(s): Michael Koch
  • Date: 2006-05-27 16:11:15 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060527161115-h6e39eposdt5snb6
Tags: 2:0.91-3
* Install header files to /usr/include/classpath.
* debian/control: classpath: Conflict with jamvm < 1.4.3 and
  cacao < 0.96 (Closes: #368172).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* NotBoundException.java -- attempt to use a registry name with no binding
2
 
   Copyright (c) 1996, 1997, 1998, 1999, 2002 Free Software Foundation, Inc.
 
2
   Copyright (c) 1996, 1997, 1998, 1999, 2002, 2006 
 
3
   Free Software Foundation, Inc.
3
4
 
4
5
This file is part of GNU Classpath.
5
6
 
42
43
 * associated binding.
43
44
 *
44
45
 * @author unknown
45
 
 * @see Naming#lookup(String)
46
 
 * @see Naming#unbind(String)
47
 
 * @see Registry#lookup(String)
48
 
 * @see Registry#unbind(String)
 
46
 * @see java.rmi.Naming#lookup(String)
 
47
 * @see java.rmi.Naming#unbind(String)
 
48
 * @see java.rmi.registry.Registry#lookup(String)
 
49
 * @see java.rmi.registry.Registry#unbind(String)
49
50
 * @since 1.1
50
51
 * @status updated to 1.4
51
52
 */