Class RetryLimitReachedException

  • All Implemented Interfaces:
    com.palantir.logsafe.SafeLoggable, java.io.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​(java.util.List<java.lang.Exception> exceptions)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<com.palantir.logsafe.Arg<?>> getArgs()  
      java.lang.String getLogMessage()  
      <E extends java.lang.Exception>
      boolean
      suppressed​(java.lang.Class<E> type)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RetryLimitReachedException

        public RetryLimitReachedException​(java.util.List<java.lang.Exception> exceptions)
    • Method Detail

      • suppressed

        public <E extends java.lang.Exception> boolean suppressed​(java.lang.Class<E> type)
      • getLogMessage

        public java.lang.String getLogMessage()
        Specified by:
        getLogMessage in interface com.palantir.logsafe.SafeLoggable
      • getArgs

        public java.util.List<com.palantir.logsafe.Arg<?>> getArgs()
        Specified by:
        getArgs in interface com.palantir.logsafe.SafeLoggable