public class TooManyClusterRedirectionsException extends DataRetrievalFailureException
DataRetrievalFailureException thrown when following cluster redirects exceeds the max number of edges.| Constructor and Description |
|---|
TooManyClusterRedirectionsException(String msg)
Creates new
TooManyClusterRedirectionsException. |
TooManyClusterRedirectionsException(String msg,
Throwable cause)
Creates new
TooManyClusterRedirectionsException. |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TooManyClusterRedirectionsException(String msg)
TooManyClusterRedirectionsException.msg - the detail message.public TooManyClusterRedirectionsException(String msg, Throwable cause)
TooManyClusterRedirectionsException.msg - the detail message.cause - the root cause from the data access API in use.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.