Package fr.dyade.aaa.jndi2.impl
Class NotOwnerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.naming.NamingException
-
- fr.dyade.aaa.jndi2.impl.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
-
-
Field Summary
Fields Modifier and Type Field Description private Objectownerprivate static longserialVersionUID-
Fields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
-
-
Constructor Summary
Constructors Constructor Description NotOwnerException(Object owner)Constructs aNotOwnerException.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetOwner()-
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
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
owner
private Object owner
-
-
Constructor Detail
-
NotOwnerException
public NotOwnerException(Object owner)
Constructs aNotOwnerException.- Parameters:
owner- the identifier of the owner of the context on which the naming operation is done.
-
-
Method Detail
-
getOwner
public final Object getOwner()
-
-