Class TimeoutIoException

    • Constructor Detail

      • TimeoutIoException

        public TimeoutIoException​(long aTimeoutInMs,
                                  String aMessage,
                                  String aErrorCode)
        Parameters:
        aTimeoutInMs - The timeout in milliseconds causing the exception.
      • TimeoutIoException

        public TimeoutIoException​(long aTimeoutInMs,
                                  String aMessage,
                                  Throwable aCause,
                                  String aErrorCode)
        Parameters:
        aTimeoutInMs - The timeout in milliseconds causing the exception.
      • TimeoutIoException

        public TimeoutIoException​(long aTimeoutInMs,
                                  String aMessage,
                                  Throwable aCause)
        Parameters:
        aTimeoutInMs - The timeout in milliseconds causing the exception.
      • TimeoutIoException

        public TimeoutIoException​(long aTimeoutInMs,
                                  String aMessage)
        Parameters:
        aTimeoutInMs - The timeout in milliseconds causing the exception.
      • TimeoutIoException

        public TimeoutIoException​(long aTimeoutInMs,
                                  Throwable aCause,
                                  String aErrorCode)
        Parameters:
        aTimeoutInMs - The timeout in milliseconds causing the exception.
      • TimeoutIoException

        public TimeoutIoException​(long aTimeoutInMs,
                                  Throwable aCause)
        Parameters:
        aTimeoutInMs - The timeout in milliseconds causing the exception.
    • Method Detail

      • getTimeoutInMs

        public long getTimeoutInMs()
        The timeout attribute in milliseconds.
        Returns:
        An integer with the timeout in milliseconds.