Class NetworkTimeoutException

    • Constructor Detail

      • NetworkTimeoutException

        public NetworkTimeoutException​(String message)
        Constructs a new instance.
        Parameters:
        message - Error message.
      • NetworkTimeoutException

        public NetworkTimeoutException​(String message,
                                       Throwable cause)
        Constructs a new instance.
        Parameters:
        message - Error message.
        cause - Cause of this error.
    • Method Detail

      • forkFromAsync

        public HekateException forkFromAsync()
        Description copied from class: HekateException
        Forks this exception by creating a new exception that has this instance as its cause.

        The primary use case of this method is to re-throw exceptions from asynchronous contexts (f.e. exceptions thrown by Future.get() method).

        Overrides:
        forkFromAsync in class NetworkException
        Returns:
        Fork of this exception.