| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
Exception thrown when data access violates access controls. More...
#include <qgswmsserviceexception.h>

Public Member Functions | |
| QgsSecurityException (const QString &message, const QString &locator=QString()) | |
| Constructor for QgsSecurityException (HTTP error code 403 with Security code name).   | |
  Public Member Functions inherited from QgsWms::QgsServiceException | |
| QgsServiceException (const QString &code, const QString &message, const QString &locator=QString(), int responseCode=200) | |
| Constructor for QgsServiceException.   | |
| QgsServiceException (const QString &code, const QString &message, int responseCode) | |
| Constructor for QgsServiceException (empty locator attribute).   | |
| QgsServiceException (ExceptionCode code, const QgsWmsParameter ¶meter, int responseCode) | |
| Constructor for QgsServiceException (empty locator attribute).   | |
| QgsServiceException (ExceptionCode code, const QString &message, int responseCode) | |
| Constructor for QgsServiceException (empty locator attribute).   | |
  Public Member Functions inherited from QgsOgcServiceException | |
| QgsOgcServiceException (const QString &code, const QString &message, const QString &locator=QString(), int responseCode=200, const QString &version=QStringLiteral("1.3.0")) | |
| Construction.   | |
| QString | code () const | 
| Returns the exception code.   | |
| QByteArray | formatResponse (QString &responseFormat) const override | 
| Formats the exception for sending to client.   | |
| QString | locator () const | 
| Returns the locator.   | |
| QString | message () const | 
| Returns the exception message.   | |
| QString | version () const | 
| Returns the exception version.   | |
  Public Member Functions inherited from QgsServerException | |
| QgsServerException (const QString &message, int responseCode=500) | |
| Constructor.   | |
| int | responseCode () const | 
| Returns the return HTTP response code associated with this exception.   | |
  Public Member Functions inherited from QgsException | |
| QgsException (const QString &message) | |
| Constructor for QgsException, with the specified error message.   | |
| virtual | ~QgsException () throw () =default | 
| QString | what () const throw () | 
Additional Inherited Members | |
  Public Types inherited from QgsWms::QgsServiceException | |
| enum | ExceptionCode {  OGC_InvalidFormat , OGC_InvalidSRS , OGC_LayerNotDefined , OGC_StyleNotDefined , OGC_LayerNotQueryable , OGC_CurrentUpdateSequence , OGC_InvalidUpdateSequence , OGC_MissingDimensionValue , OGC_InvalidDimensionValue , OGC_InvalidPoint , OGC_InvalidCRS , OGC_OperationNotSupported , QGIS_MissingParameterValue , QGIS_InvalidParameterValue }  | 
| Exception codes as defined in OGC scpecifications for WMS 1.1.1 and WMS 1.3.0.  More... | |
Exception thrown when data access violates access controls.
Definition at line 188 of file qgswmsserviceexception.h.
      
  | 
  inline | 
Constructor for QgsSecurityException (HTTP error code 403 with Security code name).
| message | Exception message to return to the client | 
| locator | Locator attribute according to OGC specifications | 
Definition at line 197 of file qgswmsserviceexception.h.