public class CannotProceedException extends NamingException
Modifier and Type | Field and Description |
---|---|
protected Name |
altName |
protected Context |
altNameCtx |
protected Hashtable<?,?> |
environment |
protected Name |
remainingNewName |
remainingName, resolvedName, resolvedObj, rootException
Constructor and Description |
---|
CannotProceedException() |
CannotProceedException(String msg) |
Modifier and Type | Method and Description |
---|---|
Name |
getAltName() |
Context |
getAltNameCtx() |
Hashtable<?,?> |
getEnvironment() |
Name |
getRemainingNewName() |
void |
setAltName(Name altName) |
void |
setAltNameCtx(Context altNameCtx) |
void |
setEnvironment(Hashtable<?,?> environment) |
void |
setRemainingNewName(Name newName) |
appendRemainingComponent, appendRemainingName, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, printStackTrace, printStackTrace, printStackTrace, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
protected Name remainingNewName
protected Hashtable<?,?> environment
protected Context altNameCtx
public CannotProceedException()
public CannotProceedException(String msg)
public Hashtable<?,?> getEnvironment()
public void setEnvironment(Hashtable<?,?> environment)
public Name getRemainingNewName()
public void setRemainingNewName(Name newName)
public Name getAltName()
public void setAltName(Name altName)
public Context getAltNameCtx()
public void setAltNameCtx(Context altNameCtx)