public class MLCloudRequestException extends RequestException
Constructor and Description |
---|
MLCloudRequestException(java.lang.String message,
Request request,
boolean isRetryable)
Constructs an MLCloudRequestException
|
MLCloudRequestException(java.lang.String message,
Request request,
java.lang.Throwable cause,
boolean isRetryable)
Constructs an MLCloudRequestException
|
appendRequestInfo, getRequest, isRetryable, isRetryAdvised, toString
public MLCloudRequestException(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 MLCloudRequestException(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 © 2024 MarkLogic Corporation
Complete online documentation for MarkLogic Server, XQuery and related components may be found at developer.marklogic.com