public class DocumentServerResponseException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private String |
request
Stores the request that caused the exception.
|
| Constructor and Description |
|---|
DocumentServerResponseException(Throwable e,
String request)
Constructs a new DocumentServerResponseException with the specified cause and request.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceprivate final String request
Copyright © 2023–2025. All rights reserved.