public class PDCloudRequestException extends RequestException
| Constructor and Description |
|---|
PDCloudRequestException(java.lang.String message,
Request request,
boolean isRetryable)
Constructs an PDCloudRequestException
|
PDCloudRequestException(java.lang.String message,
Request request,
java.lang.Throwable cause,
boolean isRetryable)
Constructs an PDCloudRequestException
|
appendRequestInfo, getRequest, isRetryable, isRetryAdvised, toStringpublic PDCloudRequestException(java.lang.String message,
Request request,
boolean isRetryable)
message - The exception messagerequest - The Request object to which this exception appliesisRetryable - Retrying the operation may succeedpublic PDCloudRequestException(java.lang.String message,
Request request,
java.lang.Throwable cause,
boolean isRetryable)
message - The exception messagerequest - The Request object to which this exception appliescause - The Throwable object which is the cause of this exceptionisRetryable - Retrying the operation may succeedCopyright © 2025 MarkLogic Corporation. All Rights Reserved.
Complete online documentation for MarkLogic Server, XQuery and related components may be found at developer.marklogic.com