javax.naming

Class CannotProceedException

public class CannotProceedException extends NamingException

UNKNOWN: June 14, 2001

Field Summary
protected NamealtName
protected ContextaltNameCtx
protected Hashtable<?,?>environment
protected NameremainingNewName
Constructor Summary
CannotProceedException()
CannotProceedException(String msg)
Method Summary
NamegetAltName()
ContextgetAltNameCtx()
Hashtable<?,?>getEnvironment()
NamegetRemainingNewName()
voidsetAltName(Name altName)
voidsetAltNameCtx(Context altNameCtx)
voidsetEnvironment(Hashtable<?,?> environment)
voidsetRemainingNewName(Name newName)

Field Detail

altName

protected Name altName

altNameCtx

protected Context altNameCtx

environment

protected Hashtable<?,?> environment

remainingNewName

protected Name remainingNewName

Constructor Detail

CannotProceedException

public CannotProceedException()

CannotProceedException

public CannotProceedException(String msg)

Method Detail

getAltName

public Name getAltName()

getAltNameCtx

public Context getAltNameCtx()

getEnvironment

public Hashtable<?,?> getEnvironment()

getRemainingNewName

public Name getRemainingNewName()

setAltName

public void setAltName(Name altName)

setAltNameCtx

public void setAltNameCtx(Context altNameCtx)

setEnvironment

public void setEnvironment(Hashtable<?,?> environment)

setRemainingNewName

public void setRemainingNewName(Name newName)