Class TooManyClusterRedirectionsException

All Implemented Interfaces:
Serializable

public class TooManyClusterRedirectionsException extends DataRetrievalFailureException
DataRetrievalFailureException thrown when following cluster redirects exceeds the max number of edges.
Since:
1.7
Author:
Christoph Strobl
See Also:
  • Constructor Details

    • TooManyClusterRedirectionsException

      public TooManyClusterRedirectionsException(@Nullable String msg)
      Parameters:
      msg - the detail message.
    • TooManyClusterRedirectionsException

      public TooManyClusterRedirectionsException(@Nullable String msg, @Nullable Throwable cause)
      Parameters:
      msg - the detail message.
      cause - the root cause from the data access API in use.