public enum ReadWriteErrorCode extends Enum<ReadWriteErrorCode>
Modifier and Type | Method and Description |
---|---|
static ReadWriteErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadWriteErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReadWriteErrorCode INTERNAL_ERROR_SERVER
public static final ReadWriteErrorCode TAPE_NOT_FOUND_IN_CATALOG
public static final ReadWriteErrorCode NO_EMPTY_SLOT_FOUND
public static final ReadWriteErrorCode KO_TAPE_IS_OUTSIDE
public static final ReadWriteErrorCode TAPE_LOCATION_CONFLICT_ON_LOAD
public static final ReadWriteErrorCode TAPE_LOCATION_CONFLICT_ON_UNLOAD
public static final ReadWriteErrorCode FILE_NOT_FOUND
public static final ReadWriteErrorCode NULL_CURRENT_TAPE
public static final ReadWriteErrorCode KO_DB_PERSIST
public static final ReadWriteErrorCode KO_ON_LOAD_TAPE
public static final ReadWriteErrorCode KO_ON_UNLOAD_TAPE
public static final ReadWriteErrorCode KO_ON_WRITE_TO_TAPE
public static final ReadWriteErrorCode KO_ON_REWIND_TAPE
public static final ReadWriteErrorCode KO_ON_REWIND_FSF_BSF_TAPE
public static final ReadWriteErrorCode KO_ON_END_OF_TAPE
public static final ReadWriteErrorCode KO_ON_GOTO_FILE_COUNT
public static final ReadWriteErrorCode KO_ON_STATUS
public static final ReadWriteErrorCode KO_ON_LOAD_THEN_STATUS
public static final ReadWriteErrorCode KO_ON_UNLOAD_THEN_STATUS
public static final ReadWriteErrorCode KO_UNKNOWN_CURRENT_POSITION
public static final ReadWriteErrorCode KO_ON_READ_FROM_TAPE
public static final ReadWriteErrorCode KO_LABEL_DISCORDING_NOT_EMPTY_TAPE
public static final ReadWriteErrorCode KO_LABEL_DISCORDING
public static final ReadWriteErrorCode KO_REWIND_BEFORE_FORCE_OVERRIDE_NON_EMPTY_TAPE
public static final ReadWriteErrorCode KO_ON_READ_LABEL
public static final ReadWriteErrorCode TAPE_LOCATION_UNKNOWN
public static final ReadWriteErrorCode KO_TAPE_CURRENT_POSITION_GREATER_THAN_FILE_COUNT
public static final ReadWriteErrorCode KO_ON_GO_TO_POSITION
public static final ReadWriteErrorCode KO_REWIND_BEFORE_UNLOAD_TAPE
public static final ReadWriteErrorCode KO_TARGET_POSITION_MUST_BE_POSITIVE_INTEGER
public static final ReadWriteErrorCode KO_ON_WRITE_TO_FS
public static final ReadWriteErrorCode KO_TAPE_IS_BUSY
public static final ReadWriteErrorCode KO_TAPE_CONFLICT_STATE
public static final ReadWriteErrorCode KO_ON_UPDATE_READ_REQUEST_REPOSITORY
public static ReadWriteErrorCode[] values()
for (ReadWriteErrorCode c : ReadWriteErrorCode.values()) System.out.println(c);
public static ReadWriteErrorCode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019 Vitam. All rights reserved.