\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.engines.fiftyone.exceptions.HttpException Class Reference

Detailed Description

HTTP exception which can be thrown by a cloud aspect engine.

Inheritance diagram for fiftyone.pipeline.engines.fiftyone.exceptions.HttpException:

[legend]

Collaboration diagram for fiftyone.pipeline.engines.fiftyone.exceptions.HttpException:

[legend]

Public Member Functions

 HttpException ()
Default constructor.
 HttpException (int statusCode, String message)
Construct a new instance. More...
 HttpException (String message)
Construct a new instance. More...
 HttpException (String message, Throwable cause)
Construct a new instance. More...
 HttpException (Throwable cause)
Construct a new instance. More...

Constructor & Destructor Documentation

◆ 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