Class PropagationException

    • Constructor Detail

      • PropagationException

        public PropagationException()
        Creates a new PropagationException.
      • PropagationException

        public PropagationException​(String message)
        Creates a new PropagationException with the provided message.
        Parameters:
        message - the message of the exception.
      • PropagationException

        public PropagationException​(String message,
                                    Throwable cause)
        Creates a new PropagationException with the provided message and cause.
        Parameters:
        message - the message of the exception
        cause - the cause of the exception.