KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > rmi > AlreadyBoundException

java.rmi
Class AlreadyBoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.rmi.AlreadyBoundException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code, Naming.bind(String, java.rmi.Remote), Registry.bind(String, java.rmi.Remote)

public AlreadyBoundException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AlreadyBoundException(String s)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags