Class HttpRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.unomi.shell.migration.utils.HttpRequestException
-
- All Implemented Interfaces:
Serializable
public class HttpRequestException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpRequestException(String message, int code)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCode()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
HttpRequestException
public HttpRequestException(String message, int code)
-
-