Class FileAlreadyExistsException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.arvados.client.exception.ArvadosClientException
- 
- org.arvados.client.logic.keep.exception.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
 
- 
- 
Constructor SummaryConstructors Constructor Description FileAlreadyExistsException(java.lang.String message)
 
-