Class ComponentRuntimeException.ComponentHandleRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.component.ComponentRuntimeException
org.refcodes.component.ComponentRuntimeException.ComponentHandleRuntimeException
All Implemented Interfaces:
Serializable, HandleAccessor, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
HandleTimeoutRuntimeException, IllegalHandleStateChangeRuntimeException, UnknownHandleRuntimeException, UnsupportedHandleOperationRuntimeException
Enclosing class:
ComponentRuntimeException

protected abstract static class ComponentRuntimeException.ComponentHandleRuntimeException extends ComponentRuntimeException implements HandleAccessor
This exception is the base exception for handle related runtime exceptions.
See Also: