| InvalidRequestException Constructor |
| Name | Description | |
|---|---|---|
| InvalidRequestException | Construct the exception without a description.
| |
| InvalidRequestException(String) | Construct the exception with the description.
| |
| InvalidRequestException(String, Exception) | Construct the exception with the description and the cause
exception.
|