Class AlreadyBoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.rmi.AlreadyBoundException
- All Implemented Interfaces:
 Serializable
An 
AlreadyBoundException is thrown if an attempt
 is made to bind an object to a name that already
 has an associated binding in the registry.- Since:
 - 1.1
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionConstructs anAlreadyBoundExceptionwith no specified detail message.Constructs anAlreadyBoundExceptionwith the specified detail message. - 
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
AlreadyBoundException
public AlreadyBoundException()Constructs anAlreadyBoundExceptionwith no specified detail message.- Since:
 - 1.1
 
 - 
AlreadyBoundException
Constructs anAlreadyBoundExceptionwith the specified detail message.- Parameters:
 s- the detail message- Since:
 - 1.1
 
 
 -