◆ HttpException() [1/4]
fiftyone.pipeline.engines.fiftyone.exceptions.HttpException.HttpException | ( | int | statusCode, |
String | message | ||
) |
Construct a new instance.
- Parameters
-
- statusCode - the status code of the HTTP request
- message - the message to give to the exception
◆ HttpException() [2/4]
fiftyone.pipeline.engines.fiftyone.exceptions.HttpException.HttpException ( String message ) Construct a new instance.
- Parameters
-
- message - the message to give to the exception
◆ HttpException() [3/4]
fiftyone.pipeline.engines.fiftyone.exceptions.HttpException.HttpException ( String message, Throwable cause ) Construct a new instance.
- Parameters
-
- message - the message to give to the exception
- cause - the cause of the exception
◆ HttpException() [4/4]
fiftyone.pipeline.engines.fiftyone.exceptions.HttpException.HttpException ( Throwable cause ) Construct a new instance.
- Parameters
-
- cause - the cause of the exception