fr.dyade.aaa.jndi2.impl

Class NotOwnerException


public class NotOwnerException
extends NamingException

Thrown when a naming operation (bind, rebind, createSubcontext, destroySubcontext) is done on a naming context which owner is not the local naming server.

Constructor Summary

NotOwnerException(Object owner)
Constructs a NotOwnerException.

Method Summary

Object
getOwner()

Constructor Details

NotOwnerException

public NotOwnerException(Object owner)
Constructs a NotOwnerException.

Parameters:
owner - the identifier of the owner of the context on which the naming operation is done.

Method Details

getOwner

public final Object getOwner()


Copyright B) 2004 Scalagent - All rights reserved