Uses of Class
javax.naming.CannotProceedException Java DOCS
Packages that use CannotProceedException
Package
Description
Provides the means for dynamically plugging in support for accessing
naming and directory services through the
javax.naming
and related packages.-
Uses of CannotProceedException in javax.naming.spi
Methods in javax.naming.spi with parameters of type CannotProceedExceptionModifier and TypeMethodDescriptionstatic ContextNamingManager.getContinuationContext(CannotProceedException cpe) Creates a context in which to continue a context operation.static DirContextDirectoryManager.getContinuationDirContext(CannotProceedException cpe) Creates a context in which to continue aDirContextoperation.