Interface StatusException.Builder

  • Method Details

    • exception

      StatusException.Builder exception(String exception)

      The exception.

      Parameters:
      exception - The exception.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      StatusException.Builder message(String message)

      The error message.

      Parameters:
      message - The error message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.