Class: UU::BinaryStore::BinaryStoreControlException
- Inherits:
 - 
      Object
      
        
- Object
 - UU::BinaryStore::BinaryStoreControlException
 
 
- Defined in:
 - lib/uu_binarystore/exceptions.rb
 
Overview
Exception raised by operations and validations on BinaryStore
Constant Summary
- E001 =
          
Invalid input parameters - some parameters are not valid.
 'UU.BINARYSTORE.BINARYSTORE_CONTROL/E001-INVALID_BINARY_STORE_ATTRIBUTES'- E002 =
          
Invalid repository - the given repository uri does not refer to an existing repository.
 'UU.BINARYSTORE.BINARYSTORE_CONTROL/E002-INVALID_REPOSITORY'- E003 =
          
Invalid Store - the given store uri does not reference an existing BinaryStore.
 'UU.BINARYSTORE.BINARYSTORE_CONTROL/E003-INVALID_STORE'- E004 =
          
Invalid maximal size of binary store. The maximal size has to be greater than the maximal object size.
 'UU.BINARYSTORE.BINARYSTORE_CONTROL/E004-INVALID_MAX_SIZE'- E005 =
          
Invalid max object size - the maximal object size cannot be less than the size of an already stored uuBinary object.
 'UU.BINARYSTORE.BINARYSTORE_CONTROL/E005-INVALID_MAX_OBJECT_SIZE'- E006 =
          
Invalid allocated size - the allocated size of the store cannot be greater than the repository's max size.
 'UU.BINARYSTORE.BINARYSTORE_CONTROL/E006-INVALID_ALLOCATED_SIZE'- E007 =
          
A required binary store attribute is missing.
 'UU.BINARYSTORE.BINARYSTORE_CONTROL/E007-MANDATORY_ATTRIBUTE_MISSING'- E008 =
          
Given store is not empty - could not be deleted
 'UU.BINARYSTORE.BINARYSTORE_CONTROL/E008-STORE_NOT_EMPTY'