Class DisposeException

All Implemented Interfaces:
Serializable, ErrorCodeAccessor, Trap

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