javax.naming
Class CannotProceedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.CannotProceedException
- All Implemented Interfaces:
- Serializable
public class CannotProceedException
- extends NamingException
- See Also:
- Serialized Form
Methods inherited from class javax.naming.NamingException |
appendRemainingComponent, appendRemainingName, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, printStackTrace, printStackTrace, printStackTrace, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString |
remainingNewName
protected Name remainingNewName
environment
protected Hashtable<?,?> environment
altName
protected Name altName
altNameCtx
protected Context altNameCtx
CannotProceedException
public CannotProceedException()
CannotProceedException
public CannotProceedException(String msg)
getEnvironment
public Hashtable<?,?> getEnvironment()
setEnvironment
public void setEnvironment(Hashtable<?,?> environment)
getRemainingNewName
public Name getRemainingNewName()
setRemainingNewName
public void setRemainingNewName(Name newName)
getAltName
public Name getAltName()
setAltName
public void setAltName(Name altName)
getAltNameCtx
public Context getAltNameCtx()
setAltNameCtx
public void setAltNameCtx(Context altNameCtx)