Uses of Enum Class
fr.gouv.vitam.storage.offers.tape.exception.ReadWriteErrorCode
Packages that use ReadWriteErrorCode
Package
Description
-
Uses of ReadWriteErrorCode in fr.gouv.vitam.storage.offers.tape.exception
Methods in fr.gouv.vitam.storage.offers.tape.exception that return ReadWriteErrorCodeModifier and TypeMethodDescriptionReadWriteException.getReadWriteErrorCode()static ReadWriteErrorCodeReturns the enum constant of this class with the specified name.static ReadWriteErrorCode[]ReadWriteErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in fr.gouv.vitam.storage.offers.tape.exception with parameters of type ReadWriteErrorCodeModifierConstructorDescriptionReadWriteException(String message, ReadWriteErrorCode readWriteErrorCode) ReadWriteException(String message, ReadWriteErrorCode readWriteErrorCode, Throwable cause) ReadWriteException(String message, Throwable cause, ReadWriteErrorCode readWriteErrorCode) -
Uses of ReadWriteErrorCode in fr.gouv.vitam.storage.offers.tape.impl.readwrite
Methods in fr.gouv.vitam.storage.offers.tape.impl.readwrite with parameters of type ReadWriteErrorCodeModifier and TypeMethodDescriptionTapeLibraryServiceImpl.getDriveStatus(ReadWriteErrorCode readWriteErrorCode) voidTapeLibraryServiceImpl.goToPosition(TapeCatalog tape, Integer position, ReadWriteErrorCode readWriteErrorCode) -
Uses of ReadWriteErrorCode in fr.gouv.vitam.storage.offers.tape.spec
Methods in fr.gouv.vitam.storage.offers.tape.spec with parameters of type ReadWriteErrorCodeModifier and TypeMethodDescriptionTapeLibraryService.getDriveStatus(ReadWriteErrorCode readWriteErrorCode) voidTapeLibraryService.goToPosition(TapeCatalog tape, Integer position, ReadWriteErrorCode readWriteErrorCode) -
Uses of ReadWriteErrorCode in fr.gouv.vitam.storage.offers.tape.worker.tasks
Methods in fr.gouv.vitam.storage.offers.tape.worker.tasks that return ReadWriteErrorCodeMethods in fr.gouv.vitam.storage.offers.tape.worker.tasks with parameters of type ReadWriteErrorCode