Class HandleTimeoutRuntimeException

All Implemented Interfaces:
Serializable, HandleAccessor, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

public class HandleTimeoutRuntimeException extends ComponentRuntimeException.ComponentHandleRuntimeException
This exception is thrown in case a handle was provided which was unknown to the invoked component.
See Also:
  • Constructor Details

    • HandleTimeoutRuntimeException

      public HandleTimeoutRuntimeException(String aMessage, Object aHandle, String aErrorCode)
    • HandleTimeoutRuntimeException

      public HandleTimeoutRuntimeException(String aMessage, Object aHandle, Throwable aCause, String aErrorCode)
    • HandleTimeoutRuntimeException

      public HandleTimeoutRuntimeException(String aMessage, Object aHandle, Throwable aCause)
    • HandleTimeoutRuntimeException

      public HandleTimeoutRuntimeException(String aMessage, Object aHandle)
    • HandleTimeoutRuntimeException

      public HandleTimeoutRuntimeException(Object aHandle, Throwable aCause, String aErrorCode)
    • HandleTimeoutRuntimeException

      public HandleTimeoutRuntimeException(Object aHandle, Throwable aCause)