Class ClusterSplitBrainException

    • Constructor Detail

      • ClusterSplitBrainException

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

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