Class FileLockException

    • Constructor Detail

      • FileLockException

        public FileLockException​(Throwable t)
      • FileLockException

        public FileLockException​(String msg)
    • Method Detail

      • isRetryable

        public boolean isRetryable()
        Description copied from class: AmazonClientException
        Returns a hint as to whether it makes sense to retry upon this exception. Default is true, but subclass may override. This method is internal to the SDK. Users should not depend on this method to decide if an exception from an AWS service should be retried.
        Overrides:
        isRetryable in class AmazonClientException