Class NotFoundException

All Implemented Interfaces:
ResilientSource.NonRetriableException, Serializable, scala.Equals, scala.Product

public final class NotFoundException extends DataClientNonRetriableException implements scala.Product, Serializable
Exception returned when a resource is not found in Data Service.

When APIs are not wrapping their result in Option, this exception will be thrown for 404 errors returned by Data Service.b

See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(String message, scala.Option<Throwable> cause)
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2)
    • toString

      public static String toString()
    • message

      public String message()
    • cause

      public scala.Option<Throwable> cause()