Package org.omegat.util
Class HttpConnectionUtils.ResponseError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.omegat.util.HttpConnectionUtils.ResponseError
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
WikiGet.ResponseError
- Enclosing class:
- HttpConnectionUtils
public static class HttpConnectionUtils.ResponseError extends java.io.IOException
HTTP response error storage.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResponseError(java.net.HttpURLConnection conn)
-