Uses of Class
org.duracloud.mill.bitlog.ItemWriteFailedException
Packages that use ItemWriteFailedException
-
Uses of ItemWriteFailedException in org.duracloud.mill.bitlog
Methods in org.duracloud.mill.bitlog that throw ItemWriteFailedExceptionModifier and TypeMethodDescriptionBitLogStore.write(String accountId, String storeId, String spaceId, String contentId, Date timestamp, org.duracloud.storage.domain.StorageProviderType storeType, BitIntegrityResult result, String contentCheckSum, String storageProviderChecksum, String manifestChecksum, String details) Creates a new BitLogItem and writes it to the store. -
Uses of ItemWriteFailedException in org.duracloud.mill.bitlog.jpa
Methods in org.duracloud.mill.bitlog.jpa that throw ItemWriteFailedExceptionModifier and TypeMethodDescriptionJpaBitLogStore.write(String accountId, String storeId, String spaceId, String contentId, Date timestamp, org.duracloud.storage.domain.StorageProviderType storeType, BitIntegrityResult result, String contentCheckSum, String storageProviderChecksum, String manifestChecksum, String details)