javax.naming
Class CannotProceedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.naming.NamingException
              extended by javax.naming.CannotProceedException
All Implemented Interfaces:
Serializable

public class CannotProceedException
extends NamingException

See Also:
Serialized Form

Field Summary
protected  Name altName
           
protected  Context altNameCtx
           
protected  Hashtable<?,?> environment
           
protected  Name remainingNewName
           
 
Fields inherited from class javax.naming.NamingException
remainingName, resolvedName, resolvedObj, rootException
 
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)
           
 
Methods inherited from class javax.naming.NamingException
appendRemainingComponent, appendRemainingName, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, printStackTrace, printStackTrace, printStackTrace, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

remainingNewName

protected Name remainingNewName

environment

protected Hashtable<?,?> environment

altName

protected Name altName

altNameCtx

protected Context altNameCtx
Constructor Detail

CannotProceedException

public CannotProceedException()

CannotProceedException

public CannotProceedException(String msg)
Method Detail

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)