Into

Modules

Documentation

classPiiHttpException

#include <PiiHttpException.h>

Thrown when a HTTP request handler cannot complete a request.

Inherits PiiNetworkException

Description

Constructors and destructor

Creates a copy of other.

( )

Constructs a new PiiHttpException with the given statusCode and location.

(
  • int statusCode
  • const QString & location = ""
)

Constructs a new PiiHttpException with the given statusCode and location.

Public member functions

int

Returns the status code.

Function details

  • PiiHttpException

    ( )

    Creates a copy of other.

  • PiiHttpException

    ( )

    Constructs a new PiiHttpException with the given statusCode and location.

  • PiiHttpException

    (
    • int statusCode
    • const QString & location = ""
    )

    Constructs a new PiiHttpException with the given statusCode and location.

  • int statusCode

    ()

    Returns the status code.

Notes (0)

Add a note

Not a single note added yet. Be the first, add yours.