-
- All Implemented Interfaces:
-
java.io.Serializable
public final class IppExchangeException extends IppException
Copyright (c) 2020-2021 Gerhard Muth
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classIppExchangeException.Companion
-
Field Summary
Fields Modifier and Type Field Description private final IppRequestrequestprivate final IppResponseresponseprivate final IntegerhttpStatusprivate final Throwablecauseprivate final Stringmessage
-
Constructor Summary
Constructors Constructor Description IppExchangeException(IppRequest request, IppResponse response, Integer httpStatus, String message, Exception cause)
-
Method Summary
Modifier and Type Method Description final IppRequestgetRequest()final IppResponsegetResponse()final IntegergetHttpStatus()final BooleanstatusIs(IppStatus status)final UnitlogDetails()final UnitsaveMessages(String fileNameWithoutSuffix)-
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, String message, Exception cause)
-
-
Method Detail
-
getRequest
final IppRequest getRequest()
-
getResponse
final IppResponse getResponse()
-
getHttpStatus
final Integer getHttpStatus()
-
logDetails
final Unit logDetails()
-
saveMessages
final Unit saveMessages(String fileNameWithoutSuffix)
-
-
-
-