KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > naming > CannotProceedException

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
See Also:
Top Examples, Source Code

protected Name altName
See Also:
ObjectFactory.getObjectInstance(java.lang.Object, javax.naming.Name, javax.naming.Context, java.util.Hashtable), setAltName(javax.naming.Name), getAltName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Context altNameCtx
See Also:
ObjectFactory.getObjectInstance(java.lang.Object, javax.naming.Name, javax.naming.Context, java.util.Hashtable), altName, setAltNameCtx(javax.naming.Context), getAltNameCtx()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public CannotProceedException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public CannotProceedException(String explanation)
See Also:
Throwable.getMessage()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Hashtable<?,?> environment
See Also:
setEnvironment(java.util.Hashtable), getEnvironment()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Name getAltName()
See Also:
ObjectFactory.getObjectInstance(java.lang.Object, javax.naming.Name, javax.naming.Context, java.util.Hashtable), getAltNameCtx(), setAltName(javax.naming.Name)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Context getAltNameCtx()
See Also:
ObjectFactory.getObjectInstance(java.lang.Object, javax.naming.Name, javax.naming.Context, java.util.Hashtable), getAltName(), setAltNameCtx(javax.naming.Context)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Hashtable<?,?> getEnvironment()
See Also:
setEnvironment(java.util.Hashtable)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Name getRemainingNewName()
See Also:
setRemainingNewName(javax.naming.Name)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Name remainingNewName
See Also:
setRemainingNewName(javax.naming.Name), getRemainingNewName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setAltName(Name altName)
See Also:
setAltNameCtx(javax.naming.Context), getAltName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setAltNameCtx(Context altNameCtx)
See Also:
setAltName(javax.naming.Name), getAltNameCtx()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setEnvironment(Hashtable<?,?> environment)
See Also:
getEnvironment()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setRemainingNewName(Name newName)
See Also:
getRemainingNewName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags