Interface FailureException.Builder

    • Method Detail

      • exceptionName

        FailureException.Builder exceptionName​(String exceptionName)

        Exception name.

        Parameters:
        exceptionName - Exception name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exceptionDescription

        FailureException.Builder exceptionDescription​(String exceptionDescription)

        Description of the failure.

        Parameters:
        exceptionDescription - Description of the failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.