Class DownloadFolderAlreadyExistsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DownloadFolderAlreadyExistsException
    extends ArvadosClientException
    Exception indicating that directory with given name was already created in specified location.

    This exception will be thrown during an attempt to download all files from certain collection to a location that already contains folder named by this collection's UUID.

    See Also:
    Serialized Form
    • Method Summary

      • 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

      • DownloadFolderAlreadyExistsException

        public DownloadFolderAlreadyExistsException​(java.lang.String message)