Class RetryLimitReachedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.palantir.common.exception.AtlasDbDependencyException
-
- com.palantir.atlasdb.keyvalue.api.RetryLimitReachedException
-
- All Implemented Interfaces:
com.palantir.logsafe.SafeLoggable
,Serializable
public class RetryLimitReachedException extends com.palantir.common.exception.AtlasDbDependencyException implements com.palantir.logsafe.SafeLoggable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RetryLimitReachedException(List<Exception> exceptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<com.palantir.logsafe.Arg<?>>
getArgs()
String
getLogMessage()
<E extends Exception>
booleansuppressed(Class<E> type)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-