public class ADLException extends IOException
IOException.
Contains a number of additional fields that contain information about
the success or failure of a server call.| Modifier and Type | Field and Description |
|---|---|
int |
httpResponseCode
the HTTP response code returned by the server
|
String |
httpResponseMessage
The HTTP response message
|
long |
lastCallLatency
the latency of the call.
|
int |
numRetries
the number of retries attempted before the call failed
|
String |
remoteExceptionJavaClassName
The remote exception's java class name returned by the server in an HTTP error message.
|
String |
remoteExceptionMessage
The remote exception message returned by the server in an HTTP error message.
|
String |
remoteExceptionName
The remote exception name returned by the server in an HTTP error message.
|
String |
requestId
The Server request ID
|
long |
responseContentLength
The content length of the response, if the response contained one.
|
| Constructor and Description |
|---|
ADLException(String message) |
ADLException(String message,
Throwable initCause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic int httpResponseCode
public String httpResponseMessage
public String requestId
public int numRetries
public long lastCallLatency
public long responseContentLength
public String remoteExceptionName
public String remoteExceptionMessage
public String remoteExceptionJavaClassName
Copyright © 2019 Microsoft Corporation. All rights reserved.