Class TimeoutIOException

    • Constructor Detail

      • TimeoutIOException

        public TimeoutIOException​(long aTimeoutInMs,
                                  String aMessage,
                                  String aErrorCode)
        Instantiates a new open timeout exception.
        Parameters:
        aTimeoutInMs - the timeout in ms
        aMessage - the message
        aErrorCode - the error code
      • TimeoutIOException

        public TimeoutIOException​(long aTimeoutInMs,
                                  String aMessage,
                                  Throwable aCause,
                                  String aErrorCode)
        Instantiates a new open timeout exception.
        Parameters:
        aTimeoutInMs - the timeout in ms
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • TimeoutIOException

        public TimeoutIOException​(long aTimeoutInMs,
                                  String message,
                                  Throwable cause)
        Instantiates a new open timeout exception.
        Parameters:
        aTimeoutInMs - the timeout in ms
        message - the message
        cause - the cause
      • TimeoutIOException

        public TimeoutIOException​(long aTimeoutInMs,
                                  String message)
        Instantiates a new open timeout exception.
        Parameters:
        aTimeoutInMs - the timeout in ms
        message - the message
      • TimeoutIOException

        public TimeoutIOException​(long aTimeoutInMs,
                                  Throwable aCause,
                                  String aErrorCode)
        Instantiates a new open timeout exception.
        Parameters:
        aTimeoutInMs - the timeout in ms
        aCause - the cause
        aErrorCode - the error code
      • TimeoutIOException

        public TimeoutIOException​(long aTimeoutInMs,
                                  Throwable cause)
        Instantiates a new open timeout exception.
        Parameters:
        aTimeoutInMs - the timeout in ms
        cause - the cause
    • Method Detail

      • getTimeoutInMs

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