fr.dyade.aaa.jndi2.impl
Class NotOwnerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.naming.NamingException
              extended by fr.dyade.aaa.jndi2.impl.NotOwnerException
All Implemented Interfaces:
java.io.Serializable

public class NotOwnerException
extends javax.naming.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

Field Summary
private  java.lang.Object owner
           
private static long serialVersionUID
           
 
Fields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
 
Constructor Summary
NotOwnerException(java.lang.Object owner)
          Constructs a NotOwnerException.
 
Method Summary
 java.lang.Object getOwner()
           
 
Methods inherited from class javax.naming.NamingException
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

owner

private java.lang.Object owner
Constructor Detail

NotOwnerException

public NotOwnerException(java.lang.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 java.lang.Object getOwner()


Copyright © 2010 ScalAgent D.T.. All Rights Reserved.