Class RequestTimeoutRuntimeException

All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.StatusCodeAccessor<HttpStatusCode>

public class RequestTimeoutRuntimeException extends HttpStatusRuntimeException
The Class RequestTimeoutRuntimeException.
See Also:
  • Constructor Details

    • RequestTimeoutRuntimeException

      public RequestTimeoutRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new request timeout runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • RequestTimeoutRuntimeException

      public RequestTimeoutRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new request timeout runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • RequestTimeoutRuntimeException

      public RequestTimeoutRuntimeException(String aMessage, Throwable aCause)
      Instantiates a new request timeout runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • RequestTimeoutRuntimeException

      public RequestTimeoutRuntimeException(String aMessage)
      Instantiates a new request timeout runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
    • RequestTimeoutRuntimeException

      public RequestTimeoutRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new request timeout runtime exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • RequestTimeoutRuntimeException

      public RequestTimeoutRuntimeException(Throwable aCause)
      Instantiates a new request timeout runtime exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.