Class CloseException

All Implemented Interfaces:
Serializable, ErrorCodeAccessor, Trap

public class CloseException extends ComponentException
Thrown in case closing a component caused problems. Usually a method similar to "close()" throws such an exception.
See Also: