Class NotOwnerException

  • All Implemented Interfaces:
    Serializable

    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.
    See Also:
    Serialized Form
    • Constructor Detail

      • 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 Detail

      • getOwner

        public final Object getOwner()