-
- All Implemented Interfaces:
-
java.io.Serializable
public class IppExchangeException extends IppException
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classIppExchangeException.ClientErrorNotFoundExceptionpublic classIppExchangeException.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Loggerlogprivate final IppRequestrequestprivate final IppResponseresponseprivate final IntegerhttpStatusprivate final Map<String, List<String>>httpHeaderFieldsprivate final InputStreamhttpStreamprivate final Throwablecauseprivate final Stringmessage
-
Constructor Summary
Constructors Constructor Description IppExchangeException(IppRequest request, IppResponse response, Integer httpStatus, Map<String, List<String>> httpHeaderFields, InputStream httpStream, String message, Throwable cause)
-
Method Summary
Modifier and Type Method Description final LoggergetLog()final IppRequestgetRequest()final IppResponsegetResponse()final IntegergetHttpStatus()final Map<String, List<String>>getHttpHeaderFields()final InputStreamgetHttpStream()final BooleanstatusIs(IppStatus status)final Unitlog(Logger logger, Level level)final UnitsaveMessages(String fileNameWithoutSuffix, String directory)-
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
-
IppExchangeException
IppExchangeException(IppRequest request, IppResponse response, Integer httpStatus, Map<String, List<String>> httpHeaderFields, InputStream httpStream, String message, Throwable cause)
-
-
Method Detail
-
getRequest
final IppRequest getRequest()
-
getResponse
final IppResponse getResponse()
-
getHttpStatus
final Integer getHttpStatus()
-
getHttpHeaderFields
final Map<String, List<String>> getHttpHeaderFields()
-
getHttpStream
final InputStream getHttpStream()
-
saveMessages
final Unit saveMessages(String fileNameWithoutSuffix, String directory)
-
-
-
-