Package com.here.platform.data.client
Class DataClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.here.platform.data.client.DataClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DataClientNonRetriableException,DataClientRetriableException
The base class of exceptions returned through the Data Client API.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataClientException
-
-
Method Details
-
from
-
unapply
public static scala.Option<scala.Tuple2<scala.Option<String>,scala.Option<Throwable>>> unapply(DataClientException e)
-