Class StorageLocationNotExistException

    • Constructor Detail

      • StorageLocationNotExistException

        public StorageLocationNotExistException​(StorageLocationID backendID)
        This exception is produced when a backend with ID provided does not exist
        Parameters:
        backendID - ID of the backend
      • StorageLocationNotExistException

        public StorageLocationNotExistException​(String stLocName)
        This exception is produced when a certain name does not correspont to any Storage Location
        Parameters:
        stLocName - Name of the not existant backend
      • StorageLocationNotExistException

        public StorageLocationNotExistException​(StorageLocation backendProto)
        This exception is produced when a backend with specifications does not exist
        Parameters:
        backendProto - Specifications of the backend