Class HttpRFC9457Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.eclipse.aether.transport.http.RFC9457.HttpRFC9457Exception
-
- All Implemented Interfaces:
java.io.Serializable
public class HttpRFC9457Exception extends java.io.IOException
Exception thrown byHttpTransporter
in case of errors.- Since:
- 1.9.24
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpRFC9457Exception(int statusCode, java.lang.String reasonPhrase, RFC9457Payload payload)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RFC9457Payload
getPayload()
java.lang.String
getReasonPhrase()
int
getStatusCode()
-
-
-
Constructor Detail
-
HttpRFC9457Exception
public HttpRFC9457Exception(int statusCode, java.lang.String reasonPhrase, RFC9457Payload payload)
-
-
Method Detail
-
getStatusCode
public int getStatusCode()
-
getReasonPhrase
public java.lang.String getReasonPhrase()
-
getPayload
public RFC9457Payload getPayload()
-
-