java.lang.Object
id.passageidentity.passage4j.core.http.exception.HTTPException

public class HTTPException extends Object
Represents an HTTP exception with an error text.
  • Constructor Details

    • HTTPException

      public HTTPException()
  • Method Details

    • getErrorText

      public String getErrorText()
      Returns the error text associated with the HTTP exception.
      Returns:
      The error text.
    • setErrorText

      public void setErrorText(String errorText)
      Sets the error text for the HTTP exception.
      Parameters:
      errorText - The error text to set.