Interface IAbruptCompletionExceptionBuilder<TBuilder,​TResult>

    • Method Detail

      • cause

        TBuilder cause​(Throwable cause)
        Parameters:
        cause - The cause that resulted in the returning exception. Since a return is usually intended, you should not have to call this method in most cases.
        Returns:
        this for chaining.
      • message

        TBuilder message​(String message)
        Parameters:
        message - The cause that resulted in the returning exception. Since a return is usually intended, you should not have to call this method in most cases.
        Returns:
        this for chaining.