Package org.openstack4j.core.transport
Class HttpExceptionHandler
- java.lang.Object
-
- org.openstack4j.core.transport.HttpExceptionHandler
-
@Deprecated public class HttpExceptionHandler extends Object
Deprecated.Exception Handles for common Http messages and status codes- Author:
- Jeremy Unruh
-
-
Constructor Summary
Constructors Constructor Description HttpExceptionHandler()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ResponseExceptionmapException(String message, int status)Deprecated.static ResponseExceptionmapException(String message, int status, Throwable cause)Deprecated.
-
-
-
Method Detail
-
mapException
@Deprecated public static ResponseException mapException(String message, int status)
Deprecated.
-
mapException
@Deprecated public static ResponseException mapException(String message, int status, Throwable cause)
Deprecated.
-
-