Class FileBinaryRequestExecutor.ClientRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.cognite.client.servicesV1.executor.FileBinaryRequestExecutor.ClientRequestException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FileBinaryRequestExecutor
public static class FileBinaryRequestExecutor.ClientRequestException extends IOException
Represents a request error caused by a client error. Typically this indicates a malformed file binary download URL. For example, an expired download URL.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHttpResponseCode()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-