Class UnknownHandleRuntimeException

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

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

    • UnknownHandleRuntimeException

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

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

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

      public UnknownHandleRuntimeException(Object aHandle, String aMessage)
    • UnknownHandleRuntimeException

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

      public UnknownHandleRuntimeException(Object aHandle, Throwable aCause)