app / com.pzpg.ogr.api.request / NotAllowedMethodException
NotAllowedMethodException
class NotAllowedMethodException : RequestServerException
BadRequestException class to throw this when method of request is not allowed Has thrown when code status of the request is 405
Parameters
message - a message to show, inherited from Exception standard class
Author Władysław Jakołcewicz
Constructors
| Name | Summary |
|---|---|
| <init> | BadRequestException class to throw this when method of request is not allowed Has thrown when code status of the request is 405NotAllowedMethodException(message: String?) |