Name

CannotProceedException

Synopsis

Thrown when a service provider cannot further resolve a name, such as when a component of a name resides in another service provider.

                  Type Of
public class CannotProceedException extends NamingException {
// Public Constructors
   public CannotProceedException();  
   public CannotProceedException( String explanation);  
// Property Accessor Methods (by property name)
   public javax.naming.Name getAltName();                        // default:null
   public void setAltName( javax.naming.Name altName);  
   public javax.naming.Context getAltNameCtx();                  // default:null
   public void setAltNameCtx(
        javax.naming.Context altNameCtx);  
   public java.util.Hashtable getEnvironment();                  // default:null
   public void setEnvironment(
        java.util.Hashtable environment);  
   public javax.naming.Name getRemainingNewName();               // default:null
   public void setRemainingNewName(
        javax.naming.Name newName);  
// Protected Instance Fields
   protected javax.naming.Name altName;  
   protected javax.naming.Context altNameCtx;  
   protected java.util.Hashtable environment;  
   protected javax.naming.Name remainingNewName;  
}

Passed To

javax.naming.spi.DirectoryManager.getContinuationDirContext(), javax.naming.spi.NamingManager.getContinuationContext()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.