Module java.naming
Package javax.naming

Class NameAlreadyBoundException

java.lang.Object
All Implemented Interfaces:
Serializable

public class NameAlreadyBoundException extends NamingException
This exception is thrown by methods to indicate that a binding cannot be added because the name is already bound to another object.

Synchronization and serialization issues that apply to NamingException apply directly here.

Since:
1.3
See Also: