Searched refs:AlreadyBoundException (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jdk/src/share/classes/java/rmi/
H A DAlreadyBoundException.java28 * An <code>AlreadyBoundException</code> is thrown if an attempt
38 public class AlreadyBoundException extends java.lang.Exception { class in inherits:java.lang.Exception
44 * Constructs an <code>AlreadyBoundException</code> with no
48 public AlreadyBoundException() { method in class:AlreadyBoundException
53 * Constructs an <code>AlreadyBoundException</code> with the specified
59 public AlreadyBoundException(String s) { method in class:AlreadyBoundException
H A DNaming.java109 * @exception AlreadyBoundException if name is already bound
118 throws AlreadyBoundException,
/openjdk7/jdk/src/share/classes/java/rmi/registry/
H A DRegistry.java28 import java.rmi.AlreadyBoundException;
113 * @throws AlreadyBoundException if <code>name</code> is already bound
128 throws RemoteException, AlreadyBoundException, AccessException;
/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DBind.java36 import java.nio.channels.AlreadyBoundException;
95 /* TEST 4: AlreadyBoundException if this channel is already bound */
97 catch (AlreadyBoundException unused) { pass(); }
196 } catch (AlreadyBoundException unused) {
197 debug("Caught AlreadyBoundException - OK");
/openjdk7/jdk/test/java/nio/channels/etc/
H A DNetworkChannelTests.java50 // AlreadyBoundException
54 throw new RuntimeException("AlreadyBoundException not thrown");
55 } catch (AlreadyBoundException x) {
/openjdk7/jdk/test/java/rmi/registry/interfaceHash/
H A DReferenceRegistryStub.java50 throws java.rmi.AccessException, java.rmi.AlreadyBoundException, java.rmi.RemoteException
67 } catch (java.rmi.AlreadyBoundException e) {
/openjdk7/jdk/test/java/nio/channels/AsynchronousServerSocketChannel/
H A DBasic.java65 throw new RuntimeException("AlreadyBoundException expected");
66 } catch (AlreadyBoundException x) {
/openjdk7/jdk/src/share/classes/sun/rmi/registry/
H A DRegistryImpl.java144 * @exception AlreadyBoundException If name is already bound.
147 throws RemoteException, AlreadyBoundException, AccessException
153 throw new AlreadyBoundException(name);
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSctpNet.java32 import java.nio.channels.AlreadyBoundException;
64 throw new AlreadyBoundException();
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DAsynchronousServerSocketChannelImpl.java160 throw new AlreadyBoundException();
H A DServerSocketChannelImpl.java207 throw new AlreadyBoundException();
H A DAsynchronousSocketChannelImpl.java428 throw new AlreadyBoundException();
H A DNet.java150 else if (x instanceof AlreadyBoundException)
H A DSocketChannelImpl.java599 throw new AlreadyBoundException();
H A DDatagramChannelImpl.java679 throw new AlreadyBoundException();
/openjdk7/jdk/src/share/classes/com/sun/jndi/rmi/registry/
H A DRegistryContext.java138 } catch (AlreadyBoundException e) {
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivation.java50 import java.rmi.AlreadyBoundException;
342 throws RemoteException, AlreadyBoundException, AccessException
/openjdk7/jdk/make/java/nio/
H A DFILES_java.gmk377 java/nio/channels/AlreadyBoundException.java \
/openjdk7/jdk/test/java/nio/channels/AsynchronousSocketChannel/
H A DBasic.java114 throw new RuntimeException("AlreadyBoundException expected");
115 } catch (AlreadyBoundException x) {

Completed in 145 milliseconds