Class HekateIoException

    • Constructor Detail

      • HekateIoException

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

        public HekateIoException​(String message,
                                 Throwable cause)
        Constructs a new instance.
        Parameters:
        message - Error message.
        cause - Cause.
    • 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 HekateException
        Returns:
        Fork of this exception.