javax.naming

Class ContextNotEmptyException

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

Constructor Summary
ContextNotEmptyException()
ContextNotEmptyException(String msg)

Constructor Detail

ContextNotEmptyException

public ContextNotEmptyException()

ContextNotEmptyException

public ContextNotEmptyException(String msg)