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 SummaryConstructorsConstructorDescriptionConstructs anAlreadyBoundExceptionwith no specified detail message.Constructs anAlreadyBoundExceptionwith the specified detail message.
- 
Method SummaryMethods declared in class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
AlreadyBoundExceptionpublic AlreadyBoundException()Constructs anAlreadyBoundExceptionwith no specified detail message.- Since:
- 1.1
 
- 
AlreadyBoundExceptionConstructs anAlreadyBoundExceptionwith the specified detail message.- Parameters:
- s- the detail message
- Since:
- 1.1
 
 
-