Package com.here.platform.data.client
Class DataClientNonRetriableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.here.platform.data.client.DataClientException
com.here.platform.data.client.DataClientNonRetriableException
- All Implemented Interfaces:
ResilientSource.NonRetriableException,Serializable
- Direct Known Subclasses:
BatchPublicationFailedException,NotFoundException,StreamSubscriptionShutDownException
public class DataClientNonRetriableException
extends DataClientException
implements ResilientSource.NonRetriableException
The base class of non-retriable exceptions returned through the Data Client API.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDataClientNonRetriableException(String message, scala.Option<Throwable> cause) -
Method Summary
Methods inherited from class com.here.platform.data.client.DataClientException
from, unapplyMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataClientNonRetriableException
-