javax.naming
public class CannotProceedException extends NamingException
UNKNOWN: June 14, 2001
Field Summary | |
---|---|
protected Name | altName |
protected Context | altNameCtx |
protected Hashtable<?,?> | environment |
protected Name | remainingNewName |
Constructor Summary | |
---|---|
CannotProceedException() | |
CannotProceedException(String msg) |
Method Summary | |
---|---|
Name | getAltName() |
Context | getAltNameCtx() |
Hashtable<?,?> | getEnvironment() |
Name | getRemainingNewName() |
void | setAltName(Name altName) |
void | setAltNameCtx(Context altNameCtx) |
void | setEnvironment(Hashtable<?,?> environment) |
void | setRemainingNewName(Name newName) |