* context, or does not name a context of the appropriate type
* @throws ContextNotEmptyException if the named context is not empty
* @throws NamingException if a naming exception is encountered
*/
public void destroySubcontext(String name) throws NamingException {
throw new OperationNotSupportedException("destroySubcontext not supported in scn:comp in " + this.getClass().getName());
}