-
public final class DittoError.StoreErrorReason.AttachmentCopyTargetAlreadyExists extends DittoError.StoreErrorReason
The target file for the attachment copy already exists.
-
-
Field Summary
Fields Modifier and Type Field Description private final FileAlreadyExistsExceptionerror
-
Constructor Summary
Constructors Constructor Description DittoError.StoreErrorReason.AttachmentCopyTargetAlreadyExists(FileAlreadyExistsException error)
-
Method Summary
Modifier and Type Method Description final FileAlreadyExistsExceptiongetError()-
-
Constructor Detail
-
DittoError.StoreErrorReason.AttachmentCopyTargetAlreadyExists
DittoError.StoreErrorReason.AttachmentCopyTargetAlreadyExists(FileAlreadyExistsException error)
-
-
Method Detail
-
getError
final FileAlreadyExistsException getError()
-
-
-
-