Class: UU::BinaryStore::BinaryStoreException
- Inherits:
 - 
      Object
      
        
- Object
 - UU::BinaryStore::BinaryStoreException
 
 
- Defined in:
 - lib/uu_binarystore/exceptions.rb
 
Overview
Exception raised by operations and validations on uuBinary
Constant Summary
- E001 =
          
Object with given dataKey already exist, datakey must be unique in binary store.
 'UU.BINARYSTORE.BINARYSTORE/E001-DATAKEY_ALREADY_EXIST'- E002 =
          
uri or dataKey is mandatory to identify uuBinary.
 'UU.BINARYSTORE.BINARYSTORE/E002-MISSING_IDENTIFIER'- E003 =
          
A uuBinary with the given uri or dataKey does not exist.
 'UU.BINARYSTORE.BINARYSTORE/E003-BINARY_NOT_EXIST'- E004 =
          
The currently saved version of the uuBinary is higher than the version in the uuBinary sent.
 'UU.BINARYSTORE.BINARYSTORE/E004-INVALID_VERSION'- E005 =
          
Sent uuBinary is larger than maximal object size of Binarystore.
 'UU.BINARYSTORE.BINARYSTORE/E005-INVALID_OBJECT_SIZE'- E006 =
          
The uuBinary is currently being updated.
 'UU.BINARYSTORE.BINARYSTORE/E006-UPDATE_IN_PROGRESS'- E007 =
          
Binary store is full - given file could not be saved.
 'UU.BINARYSTORE.BINARYSTORE/E007-MAX_SIZE_EXCEEDED'