Class FileAlreadyExistsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FileAlreadyExistsException
    extends ArvadosClientException
    Signals that an attempt to download a file with given name has failed for a specified download location.

    This exception will be thrown during an attempt to download single file to a location that already contains file with given name

    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

      • FileAlreadyExistsException

        public FileAlreadyExistsException​(java.lang.String message)