-
- All Implemented Interfaces:
-
java.io.Serializable
public class IppOperationException extends IppExchangeException
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classIppOperationException.ClientErrorNotFoundExceptionpublic classIppOperationException.Companion
-
Field Summary
Fields Modifier and Type Field Description private final IppResponseresponseprivate final IppRequestrequestprivate final Throwablecauseprivate final Stringmessage
-
Constructor Summary
Constructors Constructor Description IppOperationException(IppRequest request, IppStatus status, String message, Throwable cause)IppOperationException(IppRequest request, IppResponse response, String message, Throwable cause)
-
Method Summary
Modifier and Type Method Description final IppResponsegetResponse()final BooleanstatusIs(IppStatus status)Unitlog(Logger logger, Level level)UnitsaveMessages(String fileNameWithoutSuffix, String directory)-
Methods inherited from class de.gmuth.ipp.client.IppExchangeException
getRequest -
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
-
IppOperationException
IppOperationException(IppRequest request, IppStatus status, String message, Throwable cause)
-
IppOperationException
IppOperationException(IppRequest request, IppResponse response, String message, Throwable cause)
-
-
Method Detail
-
getResponse
final IppResponse getResponse()
-
saveMessages
Unit saveMessages(String fileNameWithoutSuffix, String directory)
-
-
-
-