javax.naming
Class ContextNotEmptyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.ContextNotEmptyException
- All Implemented Interfaces:
- Serializable
public class ContextNotEmptyException
- extends NamingException
This exception is thrown in response to the attempt to destroy the non
empty context. Only empty contexts (without bindings) can be destroyed.
- See Also:
Context.destroySubcontext(javax.naming.Name)
,
Serialized Form
Methods inherited from class javax.naming.NamingException |
appendRemainingComponent, appendRemainingName, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, printStackTrace, printStackTrace, printStackTrace, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString |
ContextNotEmptyException
public ContextNotEmptyException()
ContextNotEmptyException
public ContextNotEmptyException(String msg)