-
- All Implemented Interfaces:
-
java.io.Serializable
public final class HttpPostException extends IppExchangeException
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerhttpStatusprivate final Map<String, List<String>>httpHeaderFieldsprivate final InputStreamhttpStreamprivate final IppRequestrequestprivate final Throwablecauseprivate final Stringmessage
-
Constructor Summary
Constructors Constructor Description HttpPostException(IppRequest request, Integer httpStatus, Map<String, List<String>> httpHeaderFields, InputStream httpStream, String message, Throwable cause)
-
Method Summary
Modifier and Type Method Description final IntegergetHttpStatus()final Map<String, List<String>>getHttpHeaderFields()final InputStreamgetHttpStream()Unitlog(Logger logger, Level level)final IppOperationExceptiontoIppOperationException(IppStatus status)-
Methods inherited from class de.gmuth.ipp.client.IppExchangeException
getRequest, saveMessages -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
HttpPostException
HttpPostException(IppRequest request, Integer httpStatus, Map<String, List<String>> httpHeaderFields, InputStream httpStream, String message, Throwable cause)
-
-
Method Detail
-
getHttpStatus
final Integer getHttpStatus()
-
getHttpHeaderFields
final Map<String, List<String>> getHttpHeaderFields()
-
getHttpStream
final InputStream getHttpStream()
-
toIppOperationException
final IppOperationException toIppOperationException(IppStatus status)
-
-
-
-