Class HttpTransporterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.aether.spi.connector.transport.http.HttpTransporterException
-
- All Implemented Interfaces:
java.io.Serializable
public class HttpTransporterException extends java.lang.Exception
Exception thrown byHttpTransporterin case of errors.- Since:
- 2.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpTransporterException(int statusCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetStatusCode()
-
-
-
Constructor Detail
-
HttpTransporterException
public HttpTransporterException(int statusCode)
-
-
Method Detail
-
getStatusCode
public int getStatusCode()
-
-