public class NotOwnerException extends NamingException
| Modifier and Type | Field and Description |
|---|---|
private Object |
owner |
private static long |
serialVersionUID |
remainingName, resolvedName, resolvedObj, rootException| Constructor and Description |
|---|
NotOwnerException(Object owner)
Constructs a
NotOwnerException. |
| Modifier and Type | Method and Description |
|---|---|
Object |
getOwner() |
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toStringaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTraceprivate static final long serialVersionUID
private Object owner
public NotOwnerException(Object owner)
NotOwnerException.owner - the identifier of the owner
of the context on which the naming operation
is done.public final Object getOwner()
Copyright © 2021 ScalAgent D.T.. All rights reserved.